You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged PR #6: Add FtpFile::in() and FtpFile::out() and implement
the io.Channel interface to make FTP files usable with a variety of
APIs from io.streams.
(@thekid)
Migrated testing from Travis CI to GitHub actions - @thekid