diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libftplib.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index 4014052..4a5f98c 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -83,6 +83,11 @@ not begin with a digit in the range 1--5. \subsection{FTP Objects \label{ftp-objects}} +Several methods are available in two flavors: one for handling text +files and another for binary files. These are named for the command +which is used followed by \samp{lines} for the text version or +\samp{binary} for the binary version. + \class{FTP} instances have the following methods: \begin{methoddesc}{set_debuglevel}{level} |