fake-sftp-server-lambda
fake-sftp-server-lambda copied to clipboard
Runs an in-memory SFTP server while your tests are running.
hello @stefanbirkner First of all thank you for this lib we've been using for a few years ! are you accepting contribution (mainly dependencies upgrades) ? are you willing to...
I need to test code that generates file names and writes out the files. How can I get the contents of a directory?
To be flexible with the assertions the FakeSftpServer is extended with a method to receive all entries of a given directory.
sshd-sftp:2.9.0 was recently released and the fake-sftp-server stopped working. Pinning the sshd-sftp to 2.8.0 fixes the problem. Thank you for the useful library!
The class can be instantiated, configured and closed manually, if doing everything within a single lambda expression is undesirable for a given use case. In order to achieve that, some...
My code is as bellow. The server is creating properly and i can put files as well. But when i try to connect to server using jsch, it always gives...
I've got a couple of detailed test cases where we do multiple sftp related calls. They look very odd when I have to wrap all of the test rows inside...
Hi, With the given package I am unable to start the SFTP server on Ubuntu system. I am seeing server port up message. But actually server is not getting up...
Bumps commons-io:commons-io from 2.8.0 to 2.14.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...