We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e88976 commit fd902a9Copy full SHA for fd902a9
bin/v-add-backup-ftp-host
@@ -23,7 +23,7 @@ source $VESTA/conf/vesta.conf
23
24
# Defining ftp command function
25
ftpc() {
26
- ftp -n $host $ftp_port <<EOF
+ /usr/bin/ftp -n $host $ftp_port <<EOF
27
quote USER $ftp_user
28
quote PASS $ftp_password
29
binary
bin/v-backup-user
@@ -509,7 +509,7 @@ local_backup(){
509
510
511
512
- ftp -n $HOST $PORT <<EOF
+ /usr/bin/ftp -n $HOST $PORT <<EOF
513
quote USER $USERNAME
514
quote PASS $PASSWORD
515
0 commit comments