New package: nih-sftp-server-1.0.0#60035
Open
omixann wants to merge 1 commit intovoid-linux:masterfrom
Open
Conversation
fcf38bf to
17a1f23
Compare
17a1f23 to
d2a86fc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up to #60028, now conforming to the package requirements (the author just made a release). Even though I disagree with them, I understand the concerns raised in the previous PR so this is the last time I will insist on this change (I thought I could update the old one and reopen it for you to reconsider, but it looks like the only way to do it is by creating a new one).
nih-sftp-serveris a single-file implementation ofsftp-server, needed to supportsftpwhenopensshis not in use (for example, in a system usingdropbearas their SSH server). I've personally tested the SW in my machine and it works as advertised (the "trial by fire" test being remoting from Zed, which uses thesftpmechanism to upload its payload).Testing the changes
New package