Browse Source

Merge 91342d5230 into 264953e811

pull/275/merge
Nicronics 5 years ago
committed by GitHub
parent
commit
e34cd251b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -853,7 +853,7 @@ copy_file_to_location() { # copies a file, using scp, sftp or ftp if required.
fromfile=$(basename "$from")
debug "ftp user=$ftpuser - pass=$ftppass - host=$ftphost dir=$ftpdirn file=$ftpfile"
debug "from dir=$fromdir file=$fromfile"
ftp -n <<- _EOF
ftp -p -n <<- _EOF
open $ftphost
user $ftpuser $ftppass
cd $ftpdirn


Loading…
Cancel
Save