Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
4429772e
Kaydet (Commit)
4429772e
authored
Nis 22, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix dropped space in the HTML output.
üst
babdda53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
libftplib.tex
Doc/lib/libftplib.tex
+6
-6
No files found.
Doc/lib/libftplib.tex
Dosyayı görüntüle @
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