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
./sftp_test.go:203: cannot use debugStream (type io.Writer) as type string in argument to sftp.NewServer
./sftp_test.go:203: cannot use debugLevel (type int) as type sftp.ServerOption in argument to sftp.NewServer
./sftp_test.go:203: cannot use readOnly (type bool) as type sftp.ServerOption in argument to sftp.NewServer
./sftp_test.go:203: cannot use rootpath (type string) as type sftp.ServerOption in argument to sftp.NewServer
I'm not sure if it's just me, but this doesn't look like it should have ever built. If I'm doing something wrong, please let me know.
The text was updated successfully, but these errors were encountered:
I'm not sure if it's just me, but this doesn't look like it should have ever built. If I'm doing something wrong, please let me know.
The text was updated successfully, but these errors were encountered: