mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-02-03 13:09:23 +01:00
Fix for ftp backups on Ubuntu 14.04
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user