[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Commandline FTP



What about 

$ ftp -n hostname < script.name & > /dev/null

and the script.name is just:

user username password 
put local.file remote.file
quit

Would it solve your problem?

ZORO



Reply to: