1 shell script tagged "ctrl c"
- 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
#
# This [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

