pkg / sftp

SFTP support for the go.crypto/ssh package
BSD 2-Clause "Simplified" License
1.5k stars 379 forks source link

Add example request server that uses the local filesystem #493

Closed vansante closed 2 years ago

vansante commented 2 years ago

I made this to test issue #481, it might be more useful in the future to test more stuff :)

drakkan commented 2 years ago

to test #481 it is good, if you plan to get this merged you should move the implementation should be moved away from the root path. Please see the first comment in #487

vansante commented 2 years ago

It looks like that other implementation in #487 is already way better than mine, so I'll close this MR. If I had seen that MR I probably wouldnt have bothered with this :sweat_smile:.