-
Application is crashing during uploading a file (1.5GB), leaving following call stack in Event Viewer. Retrying upload after few minutes corrects the problem. Any help will be greatly appreciated.
…
-
Hi team
I'm using the below code for downloading files from the SFTP server.
` DataLakeFileSystemClient fileSystemClient = new DataLakeFileSystemClient(connectionString, "container");
…
-
Hi! Thank you for this project, I appreciate your work.
I have a job in js that downloads some files over sftp every night using [ssh2-sftp-client](https://www.npmjs.com/package/ssh2-sftp-client).
…
-
We currently have classes in the following namespaces where the namespace of the class does not correspond with its file location (folder):
* Renci.SshNet.Security
* Renci.SshNet.Sftp.Requests
* Re…
-
- [x] I have searched open and closed issues for duplicates.
- [x] I have searched the [forum](https://forum.duplicati.com) for related topics.
----------------------------------------
…
-
_Originally posted by @itsWindows11 in https://github.com/Arlodotexe/OwlCore.Storage/issues/12#issuecomment-2160050385_
> FTP and SFTP should be completely different implementations, as [SFTP](https:…
-
I am trying to install the module (3.0.8) on 32 bit powershell and I am getting the error below:
PackageManagement\Install-Package : The member 'FileList' in the module manifest is not valid: Could…
-
I am observing the same issue as reported in https://github.com/Foreveryone-cz/win-sshfs/issues/32
on Win 7 x64, Dokan 0.7.4, win-sshfs 1.5.12.8.
As reported in the issue linked, v. 1.5.12.9 seems …
-
Hello,
I'm having an issue when uploading detecting if a file exists and will be overwritten or not, based on this comment I assumed an exception would be thrown, but it doesn't look like it.
``…
-
I'm having a really odd occurrence and I've troubleshooted back to this library - or a combination of factors, including this library.
SSH.NET is working great to hundreds of devices behind multi…