PDA

View Full Version : Can't transfer files


usa
03-08-2003, 03:10 PM
Hi.

My first time using the program. I'm changing hosts and when I connected to both sites I all files and folders in my www dir.

FXP managed to create the folders but failed on every file. I then tried transferring just a file, still failed.

Here's part of the log:

257 "/var/www/html" is current directory.
List (cached)
List Complete.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (64,33,xxx,xxx,14,229).
PORT 64,xx,xx,xx,14,229
500 Illegal PORT command.
Site to Site Transfer Failed! (Attempting alternative method)
PASV
227 Entering Passive Mode (207,xx,xx,xx,131,186).
PORT 207,44,196,13,131,186
500 Illegal PORT command.

What am I doing wrong?

MxxCon
03-08-2003, 07:07 PM
neither of those 2 sites support fxp. it's impossible to transfer files between them.

usa
03-08-2003, 07:15 PM
Could you explain in more detail. What does a site need to support FXP?

MxxCon
03-08-2003, 07:36 PM
one site MUST support PASV connection and another MUST support PORT connection.
it doesn't matter which site support which type of connection, as long as one is PASV and other is PORT.
from your status log you it looks like flashfxp sent PASV command to 1st site and PORT command to 2nd site but got reply of
500 Illegal PORT command
then it reversed the commands and sent PASV to 2nd site and PORT to 1st one, but still got reply of
500 Illegal PORT command

different ftpd have different ways of enabling fxp transfer.
site admin should consult ftpd documentation to see how to enable site to site transfers.

Chrismare
03-14-2003, 08:09 AM
I am having the same problem as usa. I am able to upload/download directly to the ftp I have set up at home from school with no problems. But when i try to do a site to site I have the same issues. When I transfer files it writes the folder and a 0 byte file, but won't transfer the actual files.


The following is a sample of when I tried to transfer files from an established ftp to my own site.......

257 "/cntz" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (24,*,*,*,4,41)
LIST
125 Data connection already open; Transfer starting.
226 Transfer complete.
CWD It works
250 CWD command successful.
PWD
257 "/cntz/It works" is current directory.
PASV
227 Entering Passive Mode (24,*,*,*,4,42)
LIST
125 Data connection already open; Transfer starting.
226 Transfer complete.
CWD Test
250 Directory changed to /Test
PWD
257 "/Test" is current directory.
PASV
227 Entering Passive Mode (12,*,*,*,7,210)
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
TYPE I
200 Type set to I.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (24,*,*,*,4,43)
PORT 24,*,*,*,4,43
200 PORT Command successful.
STOR bellaxmas.jpg
150 Opening BINARY mode data connection for bellaxmas.jpg.
RETR bellaxmas.jpg
426 Connection closed; transfer aborted.
ABOR
226 Transfer complete.
Transfer Failed!
PASV
227 Entering Passive Mode (24,*,*,*,4,44)
PORT 24,*,*,*,4,44
550 /Test/DSC00754.JPG: No such file.
ABOR
200 PORT Command successful.
226 ABOR command successful.
Transfer Failed!
PASV
227 Entering Passive Mode (24,*,*,*4,45)
PORT 24,*,*,*,4,45
200 PORT Command successful.
STOR DSC00755.JPG
150 Opening BINARY mode data connection for DSC00755.JPG.



I am using Flash FXP 2.0 (906). I am attempting to send files to a serv-u ftp site. aside from reading the docs, (which haven't been entirely helpful) is there any advice/suggestion you can give me that will help me with site-site??
thank you

and usa, if you were successful, I'd appreciate your input.

MxxCon
03-14-2003, 06:30 PM
Originally posted by Chrismare
I am having the same problem as usa.
<snip>
no, your problem is completely different.
enable Alternative FXP so that site w/ 12,*,*,* is being sent PASV command during transfer and site with 24,*,*,* being sent PORT command.

Chrismare
03-15-2003, 08:36 PM
Unfortunately I can't find where to "enable alternative fxp".
Can you please explain
Thank you
Chris

MxxCon
03-15-2003, 09:04 PM
site manager, options tab