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.1 by tdb, Fri Mar 9 00:23:22 2001 UTC vs.
Revision 1.4 by tdb, Fri May 25 17:42:25 2001 UTC

# Line 13 | Line 13 | send "binary\r"
13   expect "*ftp>*"
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>*"
# Line 24 | Line 24 | expect "*ftp>*"
24   send "mput iscream-winhost*\r"
25   expect "*ftp>*"
26   send "mput iscream-ihost*\r"
27 + expect "*ftp>*"
28 + send "mput iscream-webreports*\r"
29 + expect "*ftp>*"
30 + send "mput iscream-dbreporter*\r"
31   expect "*ftp>*"
32   close
33   wait

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines