How to transfer ftp to ftp ? any direct ftp softwares to do this ?
-
Yes you can transfer files between FTP servers without having to act as a proxy for the data.
It's called FXP and ftp server (many do) have to support it. You can read about FXP here and lftp (linux) and coreftp, flashfxp etc on windows.. Are clients you could use for FTP-FXP.
Athul : thanks a lot.... flashfxp works...Thanks a lotJim B : Careful with fxp- it should have been disabled by default and should be disabled when you are done as there are known exploits for fxpAthul : OMG... can you tell possible exploits with it ?From rkthkr -
Back in the day we would use something called Kermit. Looks like it still exists. Give it a look it will certainly do what you need
From Jim B -
If I recall the RFCs on the FTP protocol, this was what PASSIVE mode ftp was all about. From a single control station, you open the two connections and then tell them to pass data between them directly. I have seen this feature rarely used in this capacity however.
Using a simple FTP client you can easily set this up.
From mdpc
0 comments:
Post a Comment