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