Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
I primary using php script to transfer file from one server to another server using private port. I have successful transfer using ftp and http but both of the method is very very slow. Sometime i transfer very big files like 1GB, it will cost a lot of time.
Any method is faster than ftp and http? What was it call in PHP?
Almost certainly the speed of transfer is dependent on the network connection you are using, not the language or protocol, although FTP is probably more efficient than other protocols, since that's what it's designed for.