Upload Problems

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
ambit
500 Command not understood
Posts: 1
Joined: 2005-02-21 20:52

Upload Problems

#1 Post by ambit » 2005-02-21 22:04

Hi,

I just downloaded Filezilla today and I really like it so far!
However, I have some troubles uploading files, as the connection times out apparently on random occasions. It will then reconnect and ask if file should be replaced and after 0-5 repetitions gets it right.

I use XP SP2 and had the same problems with SmartFTP.
I did try it with both forwarded and 'normal' settings for port 21 and (20 and 21). I went to a site to check if my MTU is right (it was), although i dont know where to check on the machine.
I use a router to go into my DSL Modem.
There were similar issues in other FTP program's forums, I think.

These might be related:
http://filezilla.sourceforge.net/forum/ ... .php?t=704
http://filezilla.sourceforge.net/forum/ ... .php?t=519


[working fine]

Command: PORT 192,168,0,103,14,117
Response: 200 PORT command successful.
Command: STOR background.png
Response: 150 Opening BINARY mode data connection for background.png.
Response: 226 Transfer complete.
Status: Upload successful
Status: Starting upload of D:\kram\webkrams\CMS\serendipity\templates\moz-modern\img\background2.png
Command: TYPE I
Response: 200 Type set to I.
Command: PORT 192,168,0,103,14,118
Response: 200 PORT command successful.
Command: STOR background2.png
Response: 150 Opening BINARY mode data connection for background2.png.
Response: 226 Transfer complete.
Status: Upload successful
Status: Starting upload of D:\kram\webkrams\CMS\serendipity\templates\moz-modern\img\forward.png
Command: TYPE I
Response: 200 Type set to I.
Command: PORT 192,168,0,103,14,119
Error: Disconnected from server
Error: Upload failed
Error: Timeout detected!.

[working fine]

Command: STOR preview.png
Response: 150 Opening BINARY mode data connection for preview.png.
Error: Timeout detected!

[working fine]

Command: CWD /html/serendipity/templates/mt-plainjane/
Response: 250 CWD command successful.
Command: PWD
Response: 257 "/html/serendipity/templates/mt-plainjane" is current directory.
Command: PORT 192,168,0,103,14,206
Error: Disconnected from server
Error: Upload failed
Error: Timeout detected!

[working fine]

Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=2 caller=0x003a9b24
Command: PORT 192,168,0,103,15,236
Command: TYPE A
Response: 200 Type set to A.
Status: Disconnected from server
Trace: FtpControlSocket.cpp(1619): OnClose(10053) OpMode=4 OpState=7 caller=0x003a9b24
Error: Disconnected from server
Trace: TransferSocket.cpp(509): OnClose(0) caller=0x011cafe4
Trace: TransferSocket.cpp(1122): Close() caller=0x011cafe4
Trace: TransferSocket.cpp(91): ~CTransferSocket() caller=0x011cafe4
Trace: TransferSocket.cpp(1122): Close() caller=0x011cafe4
Trace: FtpControlSocket.cpp(864): DoClose(0) OpMode=4 OpState=7 caller=0x003a9b24
Trace: FtpControlSocket.cpp(3547): ResetOperation(4100) OpMode=4 OpState=7 caller=0x003a9b24
Error: Could not retrieve directory listing
Error: Timeout detected!
Status: Connecting to*** ...
Trace: FtpControlSocket.cpp(802): OnConnect(0) OpMode=1 OpState=-1 caller=0x003a9b24
Status: Connected with ***. Waiting for welcome message...
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=1 OpState=-1 caller=0x003a9b24

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2005-02-21 23:41

Try to enable the passive mode setting on the firewall page in the settings dialog. Or if you want to use active mode, tell FZ your external IP on the firewall page and forward the required ports on your router.

Post Reply