I am agian stuck with my project, the problem is that i we are providing the facility to upload files over the internet and for security reasons, all the uploaded files go to a different file server and not the working (development server) i know how to do it on the same server but i dont know how to put files on a different server. Any suggestions or scripts are more than welcome. Thanks Rakesh
Please dont post your queries and discussion under the Articles and source code section. Also try Using a descriptive thread title. This has 2 advantages one experts can find you easily and second if your query is answered other people searching similar can find it easily.
Hi Rakesh, Its very simple, use FTP to put files on the other server (fileserver). There is a Perl module Net::FTP which will help you in achieving your job.