Page 1 of 1

No Response FTP Backup Download

Posted: Sun Aug 06, 2017 12:50 pm
by aronjayvo
Hi,

I have successfully setup VestaCP FTP backup to another Droplet in DigitalOcean running CentOS 7 with vsFTPD only and attached to a Block Storage of 100GB. The problem is I can't download the file from the Backup menu as it doesn't do anything. You will be redirected to the file link but nothing happens, just a blank page.

VestaCP installed is the latest on Ubuntu 16.04
vsFTPD server is the latest from repo on CentOS 7.3

Already did the instructions mentioned in other thread, including setting the right permission for each folder/directories where the backup is located.

http://forum.vestacp.com/viewtopic.php?t=8379
viewtopic.php?f=16&t=4491

Tried checking the permissions by

Code: Select all

ls -la /mnt
and

Code: Select all

ls -la /mnt/node
FTP user is forge

Code: Select all

ls -la /mnt
total 16
drwxrwxr-x+  3 forge forge 4096 Aug  6 12:03 .
dr-xr-xr-x. 18 root  root  4096 Aug  6 12:13 ..
drwxrwxr-x+ 10 forge forge 4096 Aug  6 12:15 node

Code: Select all

ls -la /mnt/node
total 44
drwxrwxr-x+ 10 forge forge 4096 Aug  6 12:15 .
drwxrwxr-x+  3 forge forge 4096 Aug  6 12:03 ..
drwxrwxr-x+  2 forge forge 4096 Aug  6 12:20 n1ams
drwxrwxr-x+  2 forge forge 4096 Aug  6 12:25 n2blr
drwxrwxr-x+  2 forge forge 4096 Aug  6 12:15 n3fra
drwxrwxr-x+  2 forge forge 4096 Aug  6 12:15 n4lon
drwxrwxr-x+  2 forge forge 4096 Aug  6 12:15 n5nyc
drwxrwxr-x+  2 forge forge 4096 Aug  6 12:15 n6sfo
drwxrwxr-x+  2 forge forge 4096 Aug  6 12:25 n7sgp
drwxrwxr-x+  2 forge forge 4096 Aug  6 12:15 n8tor
just to be sure I have the correct permission on each folder. I also tried,

Code: Select all

setfacl -m u:username:rwx myfolder
All commands return successful output and the current permission is 775 but I can't still download the files.

The backups are located at /mnt/node/(Block Storage at DigitalOcen) with different folders of other servers that I have.

Re: No Response FTP Backup Download

Posted: Sun Aug 06, 2017 1:26 pm
by aronjayvo
Nothing in the error log as well. Still doesn't work even if using different browser.

Even on new VestaCP installation, it still doesn't work.

Re: No Response FTP Backup Download

Posted: Mon Aug 07, 2017 8:40 am
by aronjayvo
I also want to confirm that the FTP backup download do not work even on new installation with correct permissions.