GetFile or GetFiles with * (wodSFTP / wodSFTP.NET / wodSFTPdll)
I want to use GetFile(s) for copy one file from a linux diretory to my Windows computer.
The problem is that in linux diretory exist more that 50,000 files, and the other problem is that I don´t know the exact name of the file, just know tha the file finist with some unique ID.
Example:
SFTP.GetFile C:DirectoryMynewnamefile , /LinuxDirectory/*UniqueID
How can I do for copy the file, because just wori if I write the comple name of the file in my linux server.
Thanks for you help,
Rodrigo