We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5886b commit 6751131Copy full SHA for 6751131
README.md
@@ -3,9 +3,10 @@ joeftp - a golang FTP and FTPS Client Library that implements a FTP client descr
3
4
A simple library to allow client access to FTP server
5
6
-see https://www.ietf.org/rfc/rfc959.txt
7
- https://www.ietf.org/rfc/rfc2428.txt
8
- https://www.ietf.org/rfc/rfc4217.txt
+see
+* https://www.ietf.org/rfc/rfc959.txt
+* https://www.ietf.org/rfc/rfc2428.txt
9
+* https://www.ietf.org/rfc/rfc4217.txt
10
11
Current FTP commands supported
12
* USER `<username>`
0 commit comments