Tried on multiple servers, works fine with other clients (such as WSFTP or Dreamweavers FTP)
when uploading a file it transfers about 500 bytes and then hangs, for several minutes, before saying complete, though it doesnt actually complete.
Sample log follows:
Welcome to Core FTP, release ver 2.0 beta, build 1487 (U) -- © 2003-2006
WinSock 2.0
Mem -- 1,046,944 KB, Virt -- 2,097,024 KB
Started on Sunday April 08, 2007 at 00:14:AM
Resolving secure.bbserver.com...
Connect socket #1012 to 64.34.203.236, port 21...
220 Microsoft FTP Service
USER bbimages
331 Password required for bbimages.
PASS **********
230 User bbimages logged in.
SYST
215 Windows_NT
Keep alive on...
PWD
257 "/bbimages" is current directory.
PORT 192,168,0,4,110,58
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
Transferred 46,362 bytes in 0.671 seconds
PWD
257 "/bbimages" is current directory.
MDTM 0map_top.jpg
213 20070408071110
File exists, prompting user...
0map_top.jpg overwritten...
TYPE I
200 Type set to I.
PORT 192,168,0,4,110,59
200 PORT command successful.
STOR 0map_top.jpg
150 Opening BINARY mode data connection for 0map_top.jpg.
0map_top.jpg - 9198 bytes transferred
PORT 192,168,0,4,110,60
Resolving secure.bbserver.com...
Connect socket #2180 to 64.34.203.236, port 21...
220 Microsoft FTP Service
USER xxxxxxxx
331 Password required for bbimages.
PASS **********
230 User bbimages logged in.
SYST
215 Windows_NT
Keep alive on...
CWD /bbimages/
250 CWD command successful.
SIZE 0map_top.jpg
213 511
TYPE I
200 Type set to I.
PORT 192,168,0,4,110,61
200 PORT command successful.
REST 511
350 Restarting at 511.
STOR 0map_top.jpg
150 Opening BINARY mode data connection for 0map_top.jpg.
Any ideas?