Ah, this list of Linux commands is growing for the best 🙂
So, a command you can use in scripts or in SSH to simply send a file to an FTP server, without any graphical junk or interface:
ncftpput -t 600 -u $userFTP -p $passFTP $hostFTP /target_path/target_file.name /source_path/source_file.name
More info: http://www.ncftp.com/ncftp/doc/ncftpput.html
You’re welcome 🙂
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.