| # | 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/builds\r" |
| 14 | > | send "lcd /usr/local/proj/co600_10/downloads\r" |
| 15 | expect "*ftp>*" | |
| 16 | send "cd builds\r" | |
| 17 | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |