PDA

View Full Version : Transfer Fails with some files


Abcgraphix
09-04-2003, 10:25 AM
* FlashFXP v[2].[1], build [Whatever is on the website - Trial], [ ]registered, [x]unregistered, [ ]pirated
* OS [x] WinXP, [ ] Win2K, [ ] Win98, [ ] WinME, [ ] Other
* Running behind NAT/router [x] Yes & Model [Belkin 4-port Router], [ ] No, [ ] Not sure
* Running firewall [ ] Yes, Name [ ], Ver. [ ], or [x] No
* Running Antivirus [x] Yes, Name [Norton 2003] or [ ] No
* Network [ ] xDSL, [x] CABLE, [ ] Dail-Up, [ ] Other



I am having a hard time with FTP transfers. I can connect and do everything, but when transfering files, some of them fail with a 426 error (426 connection closed, error opening file). I have tried everything - Passive/Active mode, DMZ, renaming files, opening ports in my router, checked for long file names, I have done it all.
So please, someone help me!!! I am going NUTS :confused:

The log is somewhat very close to this one (from someone else in the forum). Will post my log later


502 rest is not implemented.
This site may not allow file resuming
PORT xxx.xxx.xxx.xxx
200 Port command ok.
LIST
150 Opening ASCII data connection for ls /F/file/.
226 Transfer finished successfully. Data connection closed.
PORT xxx.xxx.xxx.xxx
200 Port command ok.
STOR <filename>
426 Connection closed , file opening failed.
Transfer Failed!
PORT xxx.xxx.xxx.xxx
200 Port command ok.
STOR <filename>
426 Connection closed , file opening failed.
Transfer Failed!
CWD /F/
250 "/F/" is current directory.
PWD
257 "/F/" is current directory
List (cached)
List Complete.
Transfer queue completed
2 Files failed to transfer

MxxCon
09-04-2003, 05:47 PM
what kind of error do you get when you try PASV mode?

Abcgraphix
09-04-2003, 10:25 PM
Ok here is my log now (without PASV)

WinSock 2.0
Connecting to XXX.XXX.XXX.XXX
Connected to XXX.XXX.XXX.XXX-> IP=XXX.XXX.XXX.XXXPORT=21
220 Please enter your login name now.
USER -
331 Password required for -.
PASS (hidden)
230 User - logged in , proceed.
SYST
215 UNIX Type: L8
REST 100
502 rest is not implemented.
This site may not allow file resuming
PWD
257 "/" is current directory
TYPE A
200 Type set to ASCII.
PORT XXX.XXX.XXX.XXX
200 Port command ok.
LIST
150 Opening ASCII data connection for ls /.
226-free disk space under this directory :
226 Transfer finished successfully. Data connection closed.
List Complete: 385 bytes in 0.14 (0.38 KBps)
CWD C
250 "/C/" is current directory.
PWD
257 "/C/" is current directory
PORT XXX.XXX.XXX.XXX
200 Port command ok.
LIST
150 Opening ASCII data connection for ls /C/.
226-free disk space under this directory : 521.256.960
226 Transfer finished successfully. Data connection closed.
List Complete: 383 bytes in 0.11 (0.37 KBps)
TYPE I
200 Type set to IMAGE.
PORT XXX.XXX.XXX.XXX
200 Port command ok.
STOR filename
150 Opening BINARY data connection for C:\filename
426 Connection closed , file opening failed.
Transfer Failed!



Now log with PASV

Connecting to XXX.XXX.XXX.XXX
Connected to XXX.XXX.XXX.XXX -> IP=XXX.XXX.XXX.XXX PORT=21
220 Please enter your login name now.
USER -
331 Password required for -.
PASS (hidden)
230 User - logged in , proceed.
SYST
215 UNIX Type: L8
REST 100
502 rest is not implemented.
This site may not allow file resuming
PWD
257 "/" is current directory
List (cached)
List Complete.
CWD C
250 "/C/" is current directory.
PWD
257 "/C/" is current directory
TYPE A
200 Type set to ASCII.
PASV
502 pasv is not implemented.
PORT XXX.XXX.XXX.XXX
200 Port command ok.
LIST
150 Opening ASCII data connection for ls /C/.
226-free disk space under this directory : 519.634.944
226 Transfer finished successfully. Data connection closed.
List Complete: 454 bytes in 0.17 (0.44 KBps)
TYPE I
200 Type set to IMAGE.
PASV
502 pasv is not implemented.
PORT XXX.XXX.XXX.XXX
200 Port command ok.
STOR filename
150 Opening BINARY data connection for C:\filename
426 Connection closed , file opening failed.
Transfer Failed!


Please someone help me!!!!

MxxCon
09-05-2003, 09:45 AM
REST 100
502 rest is not implemented.
--
PASV
502 pasv is not implemented.
well, that's a pretty ftp server if you ask me :)
your only other solution is to properly map data connection ports.
go to preference, "Proxy/Firewall/Ident" tab, and enable "Limit local port range to:".
deside what ports to enter there. should be about 100 ports range. and then forward those same ports in your router to your computer.