pkg / sftp

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

Add support for zos/s390x #582

Closed dustin-ward closed 3 months ago

dustin-ward commented 3 months ago

Closes #581 #579 #578

dustin-ward commented 3 months ago

Removed stat_zos and changed up stat_posix. Im not really happy with all of the type casting... But I still want to make the changes as small as possible. I also dont like renaming the "io/fs" import... but "fs" is already taken. Would you prefer we rename kr/fs? Any ideas?

dustin-ward commented 3 months ago

Thanks for your feedback! ✌️

dustin-ward commented 3 months ago

Would it also be possible to get a new tag that includes the recent changes?

puellanivis commented 3 months ago

I want to get the WithWindowsRootEnumeratesDrives also checked in before I cut another release.