hi... i want to learn if there is a way to upload file to my ftp from internet ? for example: http://www.uploadscript.net/demo/index.php but scripts errors or can i download a file from rapidshare to my ftp ? thanks
Yes, you need ssh access. Then, you can download anything onto your server from the internet via the command line.
Yep, you can do it but you need ssh acess if you have ssh acess then login to it through putty etc and run the follwing command wget downloadurl then it will store the file on your server.. Saad
I transferred once my files through RapidGet v1.5.1 (this softwre is used for file transfer) OR you can transfer via FlashFXP too!
i dont know how you did it but i wonder can we edit the .rar files for example changing the rar password via ftp or ssh or any other kind ?
so your looking for a script that will download a file from the internet?, and then you can reupload the file to your FTP account?, I can get this done for you.
hi.. again me.. i have 7 images directory under 7 different domain like x.com/images y.com/images . . . and there thousands of images in these directories. I want to combine these images in one directory. All of them must be in x.com/images I tried that by putty as wget http://www.y.com/images but it gets only an html file. is there any idea ? thanks
yes it can be done with php but these images are 1 kb and millions of images maybe the file can be archived by that ssh command: tar -cf archive.tar contents/ : Takes everything from contents/ and puts it into archive.tar and then tar -xvf file.tar : Extracts the file sorry, i just learned it... thanks
What about for this one: if we want to transfer file from own server to rapidshare without downloading and uploadin...can we do this? Tnx.
I have seen a server-to-server transfer script somewhere at hotscripts.com Sorry I have not the link but inside PHP, server tools/management think so.