Not sure if this is the correct forum but I have an FTP question.
Is there a way to create an empty file on an FTP server without actually having an empty file to 'put' to the server?
ie.... not the following...
put empty_file_to_put.txt dest_path/empty_file.txt
more like....
create dest_path/new_file.txt
Is there a way to create an empty file on an FTP server without actually having an empty file to 'put' to the server?
ie.... not the following...
put empty_file_to_put.txt dest_path/empty_file.txt
more like....
create dest_path/new_file.txt