PDA

View Full Version : what a way to upload file simpleness


jiawj
2004-09-26, 02:33 AM CDT
If I wanna upload a file to a anonymous ftp server,
I need to run lftp and lcd /home/jiawj and mput ..... a series of commands, so boring!
What a way to upload file simpleness ?
How to get rid of ftp-interactive mode,and how can I run only one command and append parameter to complete uploading files? as if run wget to download a file, only the one command ---- wget, no others.
Thx very much!!

cricket
2004-09-26, 06:59 AM CDT
Do you have ncftpput installed?

jiawj
2004-09-26, 09:09 AM CDT
Very thx, ncftpput is good kit as I want.

pivociak
2006-06-11, 11:29 AM CDT
what is command to upload file from disk to ftp?
first "ftp ftp.XXX.XX
user
pass
then?