Names of the sub-directories.
Is it possible to know the names of the sub-directories in the case of an FTP type service adapters?
I know how to do it for the file type.
Or can you transfer files from an FTP directory and sub-directories to a server by keeping the structure?
Check Dir method of %Net.SSH.SFTP class, it returns directory contents, including sub-directories.
Thanks.
.