View Single Post
Old 03-18-2004, 04:47 PM  
mike_fba
Junior Member
 
Join Date: Mar 2003
Posts: 21
Default host2host xfer error

* FlashFXP v2.1, build 924, registered.
* OS Win2K SP4
* Running behind NAT No
* Running firewall Yes, Zonalarm 4.0.123
* Running Antivirus Yes, NAV 2004
* Network CABLE 3000/256

additional info if related
* FTP server(s) name Serv-U 5.0.0.1


I have never had a problem with FXP, but now I am unable to figure out what exactly is going wrong with a site to site transfer in order to remedy it.

I am trying to copy a batch from one server to another. The target host is running Serv-U 5.0, I am not sure what FTP5 is running. I connect to the hosts and attempt to copy from Host2 to Host1. After about 7-8 MBs have moved, I receive the following error.

426 Data connection: Illegal seek.

This aborts the current transfer and connection cannot be restablished. Here is the logfile showing the transaction.

Code:
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
List Complete: 117 bytes in 0.30 (0.11 KBps)
PASV
227 Entering Passive Mode (211,117,61,237,223,69)
PORT 211,117,61,237,223,69
200 PORT Command successful.
STOR File_I_Need.sfv
150 Opening ASCII mode data connection for File_I_Need.sfv.
RETR File_I_Need.sfv
226 Transfer complete.
150 Opening ASCII mode data connection for File_I_Need.sfv (1038 bytes).
226- [Ul: 0.0MB] [Dl: 8132.3MB] [Speed: 0.00K/s] [Free: 58634MB]
226  [Section: ISO] [Credits: 14.6MB] [Ratio: Unlimited]
Transferred: File_I_Need.sfv 1 KB in 0.63 (1.01 KBps)
TYPE I
200 Type set to I.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (211,117,61,237,223,72)
PORT 211,117,61,237,223,72
200 PORT Command successful.
STOR [FTP5] - ( 516M 37F - COMPLETE ) - [FTP5]
150 Opening BINARY mode data connection for [FTP5] - ( 516M 37F - COMPLETE ) - [FTP5].
RETR [FTP5] - ( 516M 37F - COMPLETE ) - [FTP5]
226 Transfer complete.
150 Opening BINARY mode data connection for [FTP5] - ( 516M 37F - COMPLETE ) - [FTP5] (0 bytes).
226- [Ul: 0.0MB] [Dl: 8132.3MB] [Speed: 0.00K/s] [Free: 58634MB]
226  [Section: ISO] [Credits: 14.6MB] [Ratio: Unlimited]
Transferred: [FTP5] - ( 516M 37F - COMPLETE ) - [FTP5] 0 bytes in 0.66 (1.00 KBps)
PASV
227 Entering Passive Mode (211,117,61,237,223,74)
PORT 211,117,61,237,223,74
200 PORT Command successful.
STOR File_I_Need.r14
150 Opening BINARY mode data connection for File_I_Need.r14.
RETR File_I_Need.r14
150 Opening BINARY mode data connection for File_I_Need.r14 (15000000 bytes).
426 Data connection closed, receive file File_I_Need.r14 aborted.
Transfer Failed!
PASV
426 Data connection: Illegal seek.
ABOR
226 ABOR command successful.
Transfer Failed!
PASV
227 Entering Passive Mode (211,117,61,237,223,180)
PORT 211,117,61,237,223,180
200 PORT Command successful.
STOR File_I_Need.r35
150 Opening BINARY mode data connection for File_I_Need.r35.
RETR File_I_Need.r35
227 Entering Passive Mode (211,117,61,237,223,181)
425 Cannot open data connection.
Transfer Failed!
PASV
425 Can't open data connection.
ABOR
226 ABOR command successful.
Transfer Failed!
PASV
227 Entering Passive Mode (211,117,61,237,223,186)
PORT 211,117,61,237,223,186
200 PORT Command successful.
STOR File_I_Need.r13
150 Opening BINARY mode data connection for File_I_Need.r13.
RETR File_I_Need.r13
227 Entering Passive Mode (211,117,61,237,223,188)
425 Cannot open data connection.
Transfer Failed!
PASV
425 Can't open data connection.
ABOR
226 ABOR command successful.
Transfer Failed!
I can copy smaller files. I can run a large batch of files as long as the filesizes are only a few MB without incident. Any large files seem to abort after 7-8MB.

I am trying to give you not too little and not too much information, if this is incomplete I can supply more data.

Thanks you.
mike_fba is offline