i want to copy one folder to server using terminal... iwant to copy datatable folder to server... it like this:

copy from
user: /home/qa/html/datatable
to
server: www/html

how to do that...i'm new about this..i try like this:

1> qa@qadesktop2:~$ ftp 10230.35.211
2> fill password
3> ftp>cd www/html
4> ftp>mput
   (local-files)/home/qa/html/dataTable-1.6/*
link|improve this question

1  
Copy over which protocol ? FTP, SSH, NFS, ... ? – radius Jul 9 '10 at 6:27
i'm using ftp.. – klox Jul 9 '10 at 6:42
Okay, so isn't that your answer? Did that not work? What did that do and what did you want it to do? – Dan Jul 9 '10 at 15:45
feedback

3 Answers

up vote 0 down vote accepted

You may want to use a graphical ftp client such as filezilla. This would be way easier for you if you have a graphical desktop.

filezilla

link|improve this answer
feedback

LFTP and NcFTP can both be used to push files to a FTP server.

link|improve this answer
can you teach me step by step to copy this folder? – klox Jul 9 '10 at 7:04
Have you tried looking at the manual? – TheLQ Jul 9 '10 at 7:32
ya..i've been try using ftp and also mput...but folder failed to copy... – klox Jul 9 '10 at 7:50
feedback

Here is a tutorial which gives you the command you have to use for upload,

ftp tutorial

link|improve this answer
i've been update my question... – klox Jul 9 '10 at 7:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.