some info related to FTP - remote to remote transfer
-
Hi All, I found this link which has something about FTP and FXP, but i need more detailed info regarding this (i m working in MFC/VC++ 6.0) http://www.smartftp.com/support/kb/index.php/14 Hopinf someone will help me out :( -Me.
-
Hi All, I found this link which has something about FTP and FXP, but i need more detailed info regarding this (i m working in MFC/VC++ 6.0) http://www.smartftp.com/support/kb/index.php/14 Hopinf someone will help me out :( -Me.
[Message Deleted]
-
[Message Deleted]
Hi Aamir, Thanks for replying :) I have already done some implementations using CFtpConnection, and other FTP session classes. I have already implemented for downlaod/upload etc which worked fine but that was upload/download from my local m/c to FTP server. Now what i want to do is...."how to transfer files between 2 remote FTP servers". One way to do that is first download the required files to ur local m/c from remote ftp server1 and then upload from ur local m/c (ie client m/c) to the second remote ftp server2. But how to do that without storing and forwarding those files on ur local client m/c. Cant we transfer them between 2 remote FTP servers directly ?? Regards, -Me.