Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4429772e
Commit
4429772e
authored
Apr 22, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dropped space in the HTML output.
parent
babdda53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Doc/lib/libftplib.tex
Doc/lib/libftplib.tex
+6
-6
No files found.
Doc/lib/libftplib.tex
View file @
4429772e
...
...
@@ -214,8 +214,8 @@ Rename file \var{fromname} on the server to \var{toname}.
\begin{methoddesc}
{
delete
}{
filename
}
Remove the file named
\var
{
filename
}
from the server. If successful,
returns the text of the response, otherwise raises
\exception
{
error
_
perm
}
on permission errors or
\exception
{
error
_
reply
}
on other errors.
\exception
{
error
_
perm
}
on permission errors or
\exception
{
error
_
reply
}
on other errors.
\end{methoddesc}
\begin{methoddesc}
{
cwd
}{
pathname
}
...
...
@@ -244,10 +244,10 @@ standardized, but is supported by many common server implementations.
\begin{methoddesc}
{
quit
}{}
Send a
\samp
{
QUIT
}
command to the server and close the connection.
This is the ``polite'' way to close a connection, but it may raise an
exception of the server reponds with an error to the
\samp
{
QUIT
}
command. This implies a call to the
\method
{
close()
}
method which
renders the
\class
{
FTP
}
instance useless for subsequent calls (see
below).
exception of the server reponds with an error to the
\samp
{
QUIT
}
command. This implies a call to the
\method
{
close()
}
method which renders the
\class
{
FTP
}
instance useless for subsequent
calls (see
below).
\end{methoddesc}
\begin{methoddesc}
{
close
}{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment