mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Merge pull request #1363 from dekyfin/master
Fixed Empty ftp backup files #515
This commit is contained in:
commit
936ee3b63e
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ local_backup(){
|
|||
|
||||
# Defining ftp command function
|
||||
ftpc() {
|
||||
/usr/bin/ftp -n $HOST $PORT <<EOF
|
||||
/usr/bin/ftp -np $HOST $PORT <<EOF
|
||||
quote USER $USERNAME
|
||||
quote PASS $PASSWORD
|
||||
binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue