Hello, i wonder if there is a way to fxp using ftp package of tclib. I want to transfer one file from a ftp location A to another ftp location B.
I saw post to transfer file from local to remote, but from remote to remote?
Anybody has a clue? Thanks in advance
theoretically it might be possible to make A connect to B, if you set A to active and B to passive. however, you would need to modify the default progress of these FTP transactions which are most likely not supported by any FTP lib. However FTP is a simply clear text protocol which can easily be used over a normal TCP connection (socket or connect). I think I read something like it was possible to make the FTP connect to another client, maybe a search will reveal even some code examples.