diff --git a/collects/net/scribblings/ftp.scrbl b/collects/net/scribblings/ftp.scrbl index dd6af831ca..7c8fc253db 100644 --- a/collects/net/scribblings/ftp.scrbl +++ b/collects/net/scribblings/ftp.scrbl @@ -22,8 +22,9 @@ returned by @racket[ftp-establish-connection], @racket[#f] otherwise.} [passwd string?]) ftp-connection?]{ -Establishes an FTP connection with the given server using the -supplied username and password.} +Establishes an FTP connection with the given server using the supplied +username and password. The @racket[port-np] argument usually should be +@racket[21].} @defproc[(ftp-close-connection [ftp-conn ftp-connection?]) void?]{