ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/shell/builds-send-ftp.sh
(Generate patch)

Comparing misc/scripts/shell/builds-send-ftp.sh (file contents):
Revision 1.3 by tdb, Fri May 25 17:37:13 2001 UTC vs.
Revision 1.4 by tdb, Fri May 25 17:42:25 2001 UTC

# Line 11 | Line 11 | send "$password\r"
11   expect "*ftp>*"
12   send "binary\r"
13   expect "*ftp>*"
14 < send "lcd /usr/local/proj/co600_10/downloads\r"
14 > send "lcd /usr/local/proj/co600_10/builds\r"
15   expect "*ftp>*"
16 < send "cd builds\r"
16 > send "cd downloads\r"
17   expect "*ftp>*"
18   send "mput iscream-server*\r"
19   expect "*ftp>*"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines