Browse Source

Change ftp command back to use `open`

pull/625/head
Tim Kimber 5 years ago
parent
commit
d7869561a3
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -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


Loading…
Cancel
Save