Home > Manage Your Storage > FTP
Export to PDFNote the following for the best practice of using FTP storage type and then provide the storage information as follows:
Use a high-performance computer as the FTP server, especially those with fast disk read and write speed.
Use a high-level port as the port of the FTP server, such as a port after 6000, to prevent other software installed on the FTP server from occupying the same port and affecting the data being uploaded and downloaded.
Only the passive mode of an FTP device is supported
Do not support the FTP device to enable SSL/TLS. If you need high-level data transmission security and encryption, we recommend using the SFTP service instead. Cloud Backup for IaaS + PaaS also supports using SFTP devices. You can contact AvePoint Support for assistance.
If the FTP server you want to use is in an internal network environment and there is a firewall between the internal network and external network, ensure all the ports (the connection port and all the ports in the dynamic port range of the FTP server) can pass through the firewall.
If the FTP server has set access control using IP addresses, you must download the reserved IP addresses from the AvePoint Online Services interface and add them to the firewall-s allow list. For detailed instructions, refer to Download a List of Reserved IP Address.
Follow the instructions below:
Storage type - Select FTP from the drop-down list.
Host - Enter the IP address of the FTP server.
Port - Enter the port to use to connect to this FTP server. The default port is 21.
Username - Enter the username to use to connect to this FTP server.
Password - Enter the password of the specified username.
Extended Parameters - Enter the following extended parameters if necessary. If you have multiple parameters to enter, press Enter on the keyboard to separate the parameters. Refer to the instructions below to add parameters:
verifyindexdbsize=false - By default, Cloud Backup for IaaS + SaaS application jobs check the index database file size when uploading index. If your FTP server does not support obtaining file size on device, you can use this parameter. This parameter is not recommended as it may risk of the index database loss.
IsRetry - Whether or not to try again when Cloud Backup for IaaS + PaaS fails to write the data in the physical device.
If you enter IsRetry=true, it will try again when Cloud Backup for IaaS + PaaS fails to write the data in the physical device.
If you enter IsRetry=false, it will not try again when Cloud Backup for IaaS + PaaS fails to write the data in the physical device.
RetryInterval - Customize the retry interval when the network connection is interrupted. You are allowed to enter any positive integer between 0 and 2147483646 (the unit is second). For example, RetryInterval=30 means that it will try to reconnect every 30 seconds.
If you do not configure this parameter, the value is 30 seconds by default.
RetryCount - Customize the reconnection times after the network connection is interrupted. You are allowed to enter any positive integer between 0 and 9. For example, RetryCount=9 represents when the network connection is interrupted. It can reconnect at most 9 times.
If you do not configure this parameter, the value is 6 by default.