I have been given a project where i need to write a program which runs on a server. This program needs to open an ftp connection to another server and pick up a file and place it in a given folder.
I dont know where to start although i think i need some sort of socket prgramming… can anyone help me with where to start ? what language or wat ? C++ of java is prefered…
I dont need a GUI just somethign executable
so shell scripting or command line or even a desktop application
With Java, I would start from Apache Commons FTPClient.
With Python, I would start form ftplib.
With C++, you may find the answer here on SO.