My Proxmox is a part of VPN. Connection between 2 sites is 100Mb/s
I want to upload my VM backups to external FTP server.
I tried ftp, wput etc.
For example this:
wput $FILE ftp://$FTPUSER:$FTPPASS@$FTPHOST:/$FILENAME
The problem is that the upload is always somehow limited to 20Mb/s. Does not matter what program I use.
On the other side I made a test with running proftpd on host and uploading backups from there... it was 100Mb/s (so as expected)
What can I check to fix that issue?
I want to upload my VM backups to external FTP server.
I tried ftp, wput etc.
For example this:
wput $FILE ftp://$FTPUSER:$FTPPASS@$FTPHOST:/$FILENAME
The problem is that the upload is always somehow limited to 20Mb/s. Does not matter what program I use.
On the other side I made a test with running proftpd on host and uploading backups from there... it was 100Mb/s (so as expected)
What can I check to fix that issue?