PDA

View Full Version : server to server


bloodygeese
09-24-2010, 02:57 AM
hi im new to this,


can anybody help me, I am trying to move a lot of large files from one website to the other, but each attempt results with these errors??




WinSock 2.0 -- OpenSSL 0.9.8i 15 Sep 2008
[L] Connecting to ftp.adrive.com -> DNS=ftp.adrive.com IP=38.111.148.82 PORT=21
[L] Connected to ftp.adrive.com
[L] 220 ADrive.com - Username is your email address used for web interface. FTP is for Signature and Premium accounts only.
[L] USER jonesjonathan@hotmail.co.uk
[L] 331 Username OK, please send password.
[L] PASS (hidden)
[L] 230 Welcome jonesjonathan@hotmail.co.uk.
[L] SYST
[L] 215 UNIX Type: L8
[L] FEAT
[L] 211-Extensions supported:
[L] AUTH TLS
[L] HOST
[L] LANG EN*
[L] MDTM
[L] MFMT
[L] MLST TYPE*;SIZE*;MODIFY*;PERM*;UNIX.MODE*;
[L] PBSZ
[L] PROT
[L] REST STREAM
[L] SIZE
[L] TVFS
[L] UTF8
[L] 211 END
[L] OPTS UTF8 ON
[L] 501 Command has no settable options.
[L] PWD
[L] 257 "/"
[L] TYPE A
[L] 200 TYPE changed to A.
[L] Listening on PORT: 51747, Waiting for connection.
[L] PORT 10,1,1,5,202,35
[L] 200 PORT command OK.
[L] MLSD
[L] 150 Opening data connection for file listing.
[L] 226 Listing complete. Data connection has been closed.
[L] List Complete: 2 KB in 1.15 second (2.4 KB/s)
[R] Connecting to ftp.hdridownload.com -> DNS=ftp.hdridownload.com IP=174.132.221.16 PORT=21
[R] Connected to ftp.hdridownload.com
[R] 220-################################################## #######
[R] 220-Please upload your web files to the public_html directory.
[R] 220-Note that letters are case sensitive.
[R] 220-################################################## #######
[R] 220 This is a private system - No anonymous login
[R] USER hdridown@hdridownload.com
[R] 331 User hdridown@hdridownload.com OK. Password required
[R] PASS (hidden)
[R] 230-Your bandwidth usage is restricted
[R] 230-User hdridown@hdridownload.com has group access to: hdridown
[R] 230 OK. Current restricted directory is /
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Extensions supported:
[R] EPRT
[R] IDLE
[R] MDTM
[R] SIZE
[R] REST STREAM
[R] MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNI X.gid*;unique*;
[R] MLSD
[R] AUTH TLS
[R] PBSZ
[R] PROT
[R] ESTA
[R] PASV
[R] EPSV
[R] SPSV
[R] ESTP
[R] 211 End.
[R] PWD
[R] 257 "/" is your current location
[R] TYPE A
[R] 200 TYPE is now ASCII
[R] Listening on PORT: 51752, Waiting for connection.
[R] PORT 10,1,1,5,202,40
[R] 200 PORT command successful
[R] MLSD
[R] 150 Connecting to port 51752
[R] 226-Options: -a -l
[R] 226 22 matches total
[R] List Complete: 2 KB in 1.31 second (1.8 KB/s)
[L] TYPE I
[L] 200 TYPE changed to I.
[R] TYPE I
[R] 200 TYPE is now 8-bit binary
[L] PASV
[L] 227 Entering Passive Mode (38,111,148,82,211,237)
[R] PORT 38,111,148,82,211,237
[R] 500 I won't open a connection to 38.111.148.82 (only to 124.148.159.95)
Site to Site Transfer Failed! (Attempting alternative method)
[R] PASV
[R] 227 Entering Passive Mode (174,132,221,16,135,125)
[L] PORT 174,132,221,16,135,125
[L] 200 PORT command OK.
[R] STOR ABP206_I.zip
[L] RETR ABP206_I.zip
[L] 150 Opening BINARY mode data connection for file ABP206_I.zip.
[L] 426-File retrieval error: Broken pipe
[L] 426 Data connection has been closed.
[L] ABOR
[L] 500 Unknown Command
[L] Transfer Failed!
[L] Connection lost: ftp.adrive.com
[R] ABOR

MxxCon
09-24-2010, 08:03 AM
unfortunately, your [R] server is explicitly configured not to allow site-to-site(FXP) transfers.

arbiter
09-25-2010, 01:52 AM
I think only ftp you are transferring TO has to support fxp and one with the file doesn't have to. i have fxp'ed files from server1 to server2 no problem but have server2 to server1 fail

MxxCon
09-25-2010, 02:39 AM
I think only ftp you are transferring TO has to support fxp and one with the file doesn't have to. i have fxp'ed files from server1 to server2 no problem but have server2 to server1 failit depends on server's configuration.
some servers might only allow PORT commands to be to the client's IP, but some servers will accept PASV connections only from client's IP..
read how ftp works and you'll have better understanding of this http://slacksite.com/other/ftp.html