Quantcast
Viewing all articles
Browse latest Browse all 2

Shell script to copy all files recursively and upload them to remote FTP server

#!/bin/bash# Shell script to copy all files recursively and upload them to # remote FTP server (copy local all directories/tree to remote ftp server)## If you want to use this script in cron then make sure you have# file pointed by $AUTHFILE (see below) and add lines to it:# host ftp.mycorp.com# user myftpuser# pass mypassword# […]

Viewing all articles
Browse latest Browse all 2

Trending Articles