Editor file save problem |
|
the warning is:
Failed to upload file <local filepath> to <remote filepath> Error during read from data connection Transfer aborted |
||||||||||||
|
Site Admin
|
FTP uses two types of connections: control and data. When you download or update a file, the data connection handles the transfer, while the control connection manages commands, such as creating or deleting files.
If the command has been passed through and the file has been successfully re-created as a part of upload operation but no data is sent over the data connection, the file will remain empty. Regarding the data connection, it can either be established by the client to the server (passive mode) or initiated by the server back to the client (active mode). Here are my recommendations: a) Try switching to passive mode to see if it resolves the issue. b) Check your router’s NAT table. If the table is nearing its limit—perhaps due to too many open TCP connections—it might drop active connections. c) Review your antivirus and firewall logs. These tools might block or close the connection, assuming it’s undesired. d) Consider switching to SSH/SFTP, a more reliable and secure protocol than FTP. |
||||||||||||
_________________ The PHP IDE team |
Editor file save problem |
|
|||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by