View Single Post
Old 03-14-2003, 08:09 AM  
Chrismare
Junior Member
 
Join Date: Mar 2003
Posts: 2
Default me too

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.
Chrismare is offline