Browse Source
Change ftp command back to use `open`
pull/625/head
Tim Kimber
5 years ago
No known key found for this signature in database
GPG Key ID: 3E1804964E76BD18
1 changed files with
1 additions and
1 deletions
-
getssl
|
|
|
@ -863,7 +863,7 @@ copy_file_to_location() { # copies a file, using scp, sftp or ftp if required. |
|
|
|
debug "FTP_OPTIONS=$FTP_OPTIONS" |
|
|
|
fi |
|
|
|
$FTP_COMMAND <<- _EOF |
|
|
|
connect $ftphost |
|
|
|
open $ftphost |
|
|
|
user $ftpuser $ftppass |
|
|
|
cd $ftpdirn |
|
|
|
lcd $fromdir |
|
|
|
|