PDA

View Full Version : Connects, makes new folders, but does not transfer files


macrodev
05-19-2006, 12:14 PM
I just downloaded your program yesterday and trying it out. I've been looking for a server-to-server application....really have high hopes for FlashFXP.

* FlashFXP v[3].[2.0], build [1080], [ ]registered, [X]unregistered, [ ]pirated
* OS [X] WinXP, [ ] Win2K, [ ] Win98, [ ] WinME, [ ] Other
* Running behind NAT/router [X] Yes & Model [ DLINK DI-824VUP], [ ] No, [ ] Not sure
* Running firewall [ ] Yes, Name [ ], Ver. [ ], or [X] No
* Running Antivirus [X] Yes, Name [ NAV 2003 ] or [ ] No
* Network [ ] xDSL, [X] CABLE, [ ] Dail-Up, [ ] Other

NOTE: ABOVE IS WHAT MY LOCAL MACHINE IS DOING...NOT THE 2 SERVERS

additional info if related
* FTP server(s) name [ ], version [ ]

SOURCE SERVER: RED HAT LINUX 2.4.21-40.ELsmp with CPANEL. Able to successfully send a backup to receiving server using CPanel's 'full backup' application, but sends it as a .tar.gz file.

RECEIVING SERVER:
Unix with H-Sphere

Also I turned passive mode off...but it seems to still go into passive mode

* timestamped, and side prefixed FTP log (please paste)
[12:27:39] [L] TYPE I
[12:27:39] [L] 200 TYPE is now 8-bit binary
[12:27:39] [R] TYPE I
[12:27:39] [R] 200 Type set to I
[12:27:39] [L] PASV
[12:27:39] [L] 227 Entering Passive Mode (72,232,2,188,85,120)
[12:27:39] [R] PORT 72,232,2,188,85,120
[12:27:39] [R] 500 Illegal PORT command
[12:27:39] Site to Site Transfer Failed! (Attempting alternative method)
[12:27:39] [R] PASV
[12:27:40] [R] 227 Entering Passive Mode (205,209,109,210,255,200).
[12:27:40] [L] PORT 205,209,109,210,255,200
[12:27:40] [L] 500 I won't open a connection to 205.209.109.210 (only to 68.84.65.61)
[12:27:40] Site to Site Transfer Failed!
[12:27:40] [R] Transfer Failed!
[12:27:40] [L] TYPE A
[12:27:40] [L] 200 TYPE is now ASCII
[12:27:40] [L] PASV
[12:27:40] [L] 227 Entering Passive Mode (72,232,2,188,180,137)
[12:27:40] [L] Opening data connection IP: 72.232.2.188 PORT: 46217
[12:27:40] [L] LIST -al
[12:27:40] [L] 150 Accepted data connection
[12:27:40] [L] 226-Options: -a -l
[12:27:40] [L] 226 6 matches total
[12:27:40] [L] List Complete: 411 bytes in 0.44 seconds (0.9 KB/s)
[12:27:40] [R] TYPE A
[12:27:40] [R] 200 Type set to A
[12:27:40] [R] PORT 172,16,0,176,4,71
[12:27:40] [R] 200 PORT command successful
[12:27:40] [R] LIST -al
[12:27:40] [R] 150 Opening ASCII mode data connection for file list
[12:27:41] [R] 226 Transfer complete.
[12:27:41] [R] List Complete: 185 bytes in 0.48 seconds (0.4 KB/s)
[12:27:41] Transfer queue completed
[12:27:41] 1 File failed to transfer

bigstar
05-19-2006, 01:13 PM
The FTP servers are configured to disallow site to site transfers. They'll need to be reconfigured, please consult your ftp docs.

macrodev
05-19-2006, 01:17 PM
Would this be the ftp docs of my hosting company or documentation for FlashFXP? Also...

1) if servers don't allow server to server transfers, why would the first complete backup (using a tar file) succeed?

2) why would the creation of the new folders work?

MxxCon
05-19-2006, 01:51 PM
1) i don't understand what you are asking here...
[12:27:39] [R] PORT 72,232,2,188,85,120
[12:27:39] [R] 500 Illegal PORT commandright server said it won't connect to ip other than your own.
[12:27:40] [L] PORT 205,209,109,210,255,200
[12:27:40] [L] 500 I won't open a connection to 205.209.109.210 (only to 68.84.65.61)left server said the same thing
so like bigstar said, unless both servers are reconfigured to allow fxp, it won't work.

2) create of new folder worked becuase it has nothing to do is file transfer...you just tell ftp server 'make folder named ...'