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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Note: this is a fork of [andrewarrow/paradise_ftp](https://github.com/andrewarro
22
22
* Passive socket connections (EPSV and PASV commands)
23
23
* Active socket connections (PORT command)
24
24
* Small memory footprint
25
-
* Only relies on the standard library except for logging which uses [log15](https://github.com/inconshreveable/log15) ([which could change](https://github.com/fclairamb/ftpserver/issues/7)).
25
+
* Only relies on the standard library except for logging which uses [go-kit log](https://github.com/go-kit/kit/tree/master/log).
26
26
* Supported extensions:
27
27
*[MDTM](https://tools.ietf.org/html/rfc3659#page-8) - File Modification Time
28
28
*[MLST](https://tools.ietf.org/html/rfc3659#page-23) - Directory listing for maching processing
0 commit comments