When using the FTP object in the Net library, what would be the correct / best way to test a connection. i.e. check the credentials are right for beginning transfers?
I thought of sending a 'List' request but would this fail if the directory was empty?
or maybe upload a dummy file. and delete it after checking for success.
Thanks
I thought of sending a 'List' request but would this fail if the directory was empty?
or maybe upload a dummy file. and delete it after checking for success.
Thanks