mirror of
https://github.com/PDP-10/its.git
synced 2026-03-27 18:40:30 +00:00
FTP "passive" command needs "on" argument.
This commit is contained in:
@@ -22,7 +22,7 @@ chmod 600 "$NETRC"
|
||||
echo "Deploying as $USER at $HOST"
|
||||
|
||||
ftp "$HOST" <<EOF
|
||||
passive
|
||||
passive on
|
||||
type image
|
||||
cd $DIR
|
||||
lcd out
|
||||
|
||||
Reference in New Issue
Block a user