repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
8dfcc22
parent
d7ea519
author
Eric Bower
date
2022-11-22 17:04:42 +0000 UTC
fix: suppress fsetstat error
1 files changed,  +1, -1
M wish/send/sftp/handler.go
+1, -1
1@@ -31,7 +31,7 @@ type handler struct {
2 }
3 
4 func (f *handler) Filecmd(r *sftp.Request) error {
5-	return errors.New("unsupported")
6+	return nil
7 }
8 
9 func (f *handler) Filelist(r *sftp.Request) (sftp.ListerAt, error) {