I plan to use the Net::FTP module to transer files between systems.
In the process, I also need to send certain commands to the "remote system" before "Putting" the file over.
I didn't find any method within the Net::FTP module which supports this. Does anyone have any experience doing something similar, or knows of other modules which support sending "commands" across the FTP connection ?
Thanks.
KM