In PHP, i know only how to get
the files.
But now i don't know how to do with followings:
distribute/ send/ transfer
the files onto another owned Server?Please suggest if you know.
Use curl, it support POST http method (if you receive file from html form), and ftp methods (if you had setup ftp server).