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
730d8379
Kaydet (Commit)
730d8379
authored
Agu 07, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clarify that quit() and close() render the instance useless.
üst
161edc29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
libftplib.tex
Doc/lib/libftplib.tex
+7
-2
No files found.
Doc/lib/libftplib.tex
Dosyayı görüntüle @
730d8379
...
@@ -234,11 +234,16 @@ standardized, but is supported by many common server implementations.
...
@@ -234,11 +234,16 @@ standardized, but is supported by many common server implementations.
Send a
\samp
{
QUIT
}
command to the server and close the connection.
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
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
}
exception of the server reponds with an error to the
\samp
{
QUIT
}
command.
command. This implies a call to the
\method
{
close()
}
method which
renders the
\class
{
FTP
}
instance useless for subsequent calls (see
below).
\end{methoddesc}
\end{methoddesc}
\begin{methoddesc}
{
close
}{}
\begin{methoddesc}
{
close
}{}
Close the connection unilaterally. This should not be applied to an
Close the connection unilaterally. This should not be applied to an
already closed connection (e.g.
\
after a successful call to
already closed connection (e.g.
\
after a successful call to
\method
{
quit()
}
.
\method
{
quit()
}
. After this call the
\class
{
FTP
}
instance should not
be used any more (i.e., after a call to
\method
{
close()
}
or
\method
{
quit()
}
you cannot reopen the connection by issueing another
\method
{
login()
}
method).
\end{methoddesc}
\end{methoddesc}
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