Skip to content

Commit 6751131

Browse files
committed
readme
1 parent 7b5886b commit 6751131

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ joeftp - a golang FTP and FTPS Client Library that implements a FTP client descr
33

44
A simple library to allow client access to FTP server
55

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
6+
see
7+
* https://www.ietf.org/rfc/rfc959.txt
8+
* https://www.ietf.org/rfc/rfc2428.txt
9+
* https://www.ietf.org/rfc/rfc4217.txt
910

1011
Current FTP commands supported
1112
* USER `<username>`

0 commit comments

Comments
 (0)