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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -