forked from docs/doc-exports
move doc sources to other location Reviewed-by: OpenTelekomCloud Bot <None>
3.9 KiB
3.9 KiB
What Should I Do If Writing Data Failed When I Upload a File Using FTP?
Symptom
When I attempted to upload a file using FTP, writing data failed. As a result, the file transfer failed.
Constraints
The operations described in this section apply to FTP on Windows ECSs only.
Possible Causes
When NAT is enabled on the FTP server, the FTP client must connect to the FTP server in passive mode. In such a case, the public IP address (EIP) of the server cannot be accessed from the router. Therefore, you need to add the EIP to the public IP address list on the server. Additionally, set the port range to limit the number of ports with data forwarded by the router.
Solution
The public IP address must be associated with the private IP address using NAT. Therefore, the server must be configured accordingly.
- Configure the public IP address of the server.
- Choose Passive mode settings, set the port range (for example, 50000-50100) for transmitting data, and enter the target public IP address.
- Click OK.
- Allow traffic on TCP ports 50000-50100 and 21 in the security group in the inbound direction.
- Test the connection on the client.
Parent topic: File Upload/Data Transfer