is there any method by which I can transfer a file form any site on the internet directly to my ftp account without first downloading it to my PC and then uploading it on the ftp(takes too much time and BW)?
If you have root access to server use wget command to copy that file directly to your website. You will need SSH access to your server and then a simple software like putty to connect to your server. If you are going to copy some file from the location abc.com/xyz.zip use the command like wget abc.com/xyz.zip Simple isn't it? -Regards.
I just have the ftp access which I use with the help of net2ftp.com since I am under proxy which has blocked ftp ports... is there any php script for the same?