I have created a test to check the connection to the server, which is fine and it works, but now i need functionality to browse the root of the server for files and folders with the click of a button.
I am totally lost in this matter, any help would be appreciated. Here is a snippet of my codeL:
Code: Select all
oSFTPClient.SSHClient := oSSHClient;
oSFTPClient.Initialize;
oSFTPClient.ReadDirectory(oSFTPClient.OpenDirectory('\'));