Data connection accepted from error:error; transfer starting

Uploading files used to be fine, now i just set it to use the global queue for all transfers and it errors out.


Resolving host name "xx.xx.xx.xx"
Connecting to xx.xx.xx.xx Port: 21
Connected to xx.xx.xx.xx.
220 ----- FTP
USER ----
331 Password required for -----.
PASS (hidden)
230 User ----- logged in.
SYST
215 UNIX Type: L8
TYPE I
200 Type set to I.
REST 0
350 REST supported. Ready to resume at byte offset 0.
PWD
257 "/D:/" is current directory.
CWD /D:/Inetpub/Admin Site/emails
250 CWD command successful. "/D:/Inetpub/Admin Site/emails" is current directory.
PWD
257 "/D:/Inetpub/Admin Site/emails" is current directory.
SIZE global.asp
213 4555
PASV
227 Entering Passive Mode (66,148,72,11,238,239)
Opening data connection to 66.148.72.11 Port: 61167
REST 4555
350 REST supported. Ready to resume at byte offset 4555.
STOR global.asp
41 bytes transferred. (436 bytes/s) (94 ms)
150 Data connection accepted from error:error; transfer starting for global.asp.






+- System -----------------------------
Microsoft Windows 2000 Professional
Service Pack 4 (Build 2195)

CPU Speed : 2003 MHz
Total Memory : 1048048 KB
Free Memory : 467724 KB

+- SmartFTP ---------------------------
Version : 1.5.988.39
Time Stamp : 2005-07-16 05:36:12

+- Application DLL --------------------
controls.dll : 1.6.988.39
sfFTPLib.dll : 1.5.2.3
SmartHook.dll : 1.0.2.1

+- Language ---------------------------
SmartFTP.exe : 1.5.988.39

+- System DLL -------------------------
unicows.dll : 1.0.4018.0
shell32.dll : 5.00.3900.7032
shlwapi.dll : 6.00.2800.1612 (xpsp2.041207-1145)
comctl32.dll : 5.81
riched20.dll : 5.30.23.1215
schannel.dll : 5.00.2195.6899

+- Internet Explorer ------------------
Version : 6.0.2800.1106

+- Winsock ----------------------------
Winsock : 2.2

Use Active Mode (PORT) instead of Passive Mode (PASV) and try again. And please send the complete log.

Regards,
-Mat

Ok, this is very strange. Ive tried different servers and both active and passive and cannot reproduce the error when i easily could last nite.

Very sorry, i will keep trying though. This always happens AFTER you decided to post something. Grrr

Nick

It's probably a timing problem with the FTP sever software. The data connection is closed before the server gets the address (ip, port) of the socket.
-Mat