c# - cannot list diirectory in ssh.net -
hey having issue using ssh.net (renci). have connected server when try take list of there getting invalid uri error. can tell me why getting system.uriformatexception: invalid uri: format of uri not determined. error here? thinking should current directory?
result = new list<sftpfile>(sftp.listdirectory(".")).select(f => f.name).toarray(); sftp.disconnect();
Comments
Post a Comment