mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Fix for ftp backups on Ubuntu 14.04
This commit is contained in:
parent
b79338b5a9
commit
2bbeea620c
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ local_backup(){
|
|||
|
||||
# Defining ftp command function
|
||||
ftpc() {
|
||||
/usr/bin/ftp -p -n $HOST $PORT <<EOF
|
||||
/usr/bin/ftp -n $HOST $PORT <<EOF
|
||||
quote USER $USERNAME
|
||||
quote PASS $PASSWORD
|
||||
binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue