Transfering a file from one machine to another over the internet
Hi,
I am supposed to write a module that transfers a data file from one machine - call it X, to another machine - call it Y.
Machine X is a web server which would have a fixed IP and machine Y is a desktop in which the file has to be transferred to a particular folder. e.g. machine Y\Files. This folder at machine Y would be password protected.
Can anyone suggest me a concept as how to go about it and the technology part that I may have to use, like FTPFactory or RMI etc.
I would be greatly obliged.

