mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -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
|
# Defining ftp command function
|
||||||
ftpc() {
|
ftpc() {
|
||||||
/usr/bin/ftp -p -n $HOST $PORT <<EOF
|
/usr/bin/ftp -n $HOST $PORT <<EOF
|
||||||
quote USER $USERNAME
|
quote USER $USERNAME
|
||||||
quote PASS $PASSWORD
|
quote PASS $PASSWORD
|
||||||
binary
|
binary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue