Site to Site Transfer problem / error

Core FTP client questions and answers
Post Reply
mrjeffchen
Posts: 1
Joined: Mon Apr 24, 2006 6:41 pm

Site to Site Transfer problem / error

Post by mrjeffchen »

Hello, I tried to do a site to site transfer, and followed the directions, tried both PASV and non-PASV mode, and still got these errors (0 bytes transfered):

FIRST, we get a Transfer Trying, and then 0 bytes transferred, then QUIT
************************************************************
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (68,178,142,17,17,78).
PORT 68,178,142,17,17,78
200 PORT command successful.
RETR MagicBestOf-working files.sitx
150 Opening BINARY mode data connection for MagicBestOf-working files.sitx(15847544 bytes).
STOR MagicBestOf-working files.sitx
227 Entering Passive Mode (68
MagicBestOf-working files.sitx - 0 bytes transferred
QUIT
Resolving www2.surplusoft.com...
Connect socket #7164 to 64.78.55.157, port 21...
220 H7855-2 Microsoft FTP Service (Version 5.0).
USER surplusoft
331 Password required for surplusoft.
PASS **********
230-Welcome to Surplusoft FTP site
230 User surplusoft logged in.
SYST
215 Window


**************************************
Then it tries to do it a couple more times with the same problems above, lastly it just Fails:
****************************************

PASS **********
230-Welcome to Surplusoft FTP site
230 User surplusoft logged in.
SYST
215 Windows_NT version 5.0
Keep alive off...
CWD /surplusoft/Htdocs/artwork/
250 CWD command successful.
PORT 10,0,0,53,51,213
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (68,178,142,17,17,125).
PORT 68,178,142,17,17,125
200 PORT command successful.
RETR MagicBestOf-working files.sitx
150 Opening BINARY mode data connection for MagicBestOf-working files.sitx(15847544 bytes).
STOR MagicBestOf-working files.sitx
227 Entering Passive Mode (68
MagicBestOf-working files.sitx - 0 bytes transferred
Transfer time: 00:01:21
425 Can't open data connection.
Post Reply