ftp script
|
Original Message
|
Name: prof_proof
Date: April 27, 2005 at 11:00:14 Pacific
Subject: ftp scriptOS: AIX 5.3CPU/Ram: 4 |
Comment: Does anyone have a script that will ftp any single file from one machine to multiple machines all in one shot? A mass ftp from a host to a selected amount of servers.
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Luke Chi
Date: April 27, 2005 at 19:01:11 Pacific
|
Reply: (edit)for REMOTE_HOST in $@ ftp -n $REMOTE_HOST <<EOF user $FROM_USERNAME $FROM_PASSWORD binary promp cd $REMOTE_DIR_READY mput $LOCAL_FILE_LIST EOF Luke Chi
Report Offensive Follow Up For Removal
|
Use following form to reply to current message: