Why does ftps create a new directory when it uploads a file?
I use a simple command to upload the file to the root directory:
' Uploading file to FTPs server
client.Upload("C:\temp_\test123.txt", "/test123.txt")
But each time a directory is created with a file name and the file is placed in this directory instead of in the root.
Best Regards
Robert
asked 10/23/2020 10:58:58 AM