Jump to content

need php script to copy file from one server to another


vikas_maderna

Recommended Posts

well the easyest way would be to not use PHP and just use FTP command prompt

login into your server and folder and mget *.* then login to the other server and mput *.* all the files which you downloaded..

Not sure if there are any extra fast functions in PHP but i reckon all will take same time as you have to download and then upload which ever way you go about it.

Regards
Liam
Link to comment
Share on other sites

Actually i want to give this facility to user, in this we need to daily transfer lot of file from one server to another. The process is like this:-
First user upload the file. Second user transfer it differenet account. Third user will send it other.

So lot of file are to be transfered that are to be done by user. So we need some script, previously net2ftp was working but after we changed the server it is giving some problem, also on this server php ver is 4.0 previously we were having php5.0

So we are looking for some other option.

Thanks

Vikas
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.