hi,
Do anybody knows how can I create a new file on an existing opened FTP account?
I am building an FTP client using PHP but there is no FTP function for creating a new file on the server.
If there is no way, can I create a new file using the file functions on my FTP server?
thx.