Searched refs:FTP (Results 1 – 25 of 738) sorted by relevance
12345678910>>...30
1 :mod:`ftplib` --- FTP protocol client5 :synopsis: FTP protocol client (requires sockets).9 pair: FTP; protocol10 single: FTP; ftplib (standard module)16 This module defines the class :class:`FTP` and a few related items. The17 :class:`FTP` class implements the client side of the FTP protocol. You can use18 this to write Python programs that perform a variety of automated FTP jobs, such19 as mirroring other FTP servers. It is also used by the module :mod:`urllib` to20 handle URLs that use FTP. For more information on FTP (File Transfer Protocol),25 >>> from ftplib import FTP[all …]
1 :mod:`ftplib` --- FTP protocol client5 :synopsis: FTP protocol client (requires sockets).10 pair: FTP; protocol11 single: FTP; ftplib (standard module)15 This module defines the class :class:`FTP` and a few related items. The16 :class:`FTP` class implements the client side of the FTP protocol. You can use17 this to write Python programs that perform a variety of automated FTP jobs, such18 as mirroring other FTP servers. It is also used by the module19 :mod:`urllib.request` to handle URLs that use FTP. For more information on FTP24 >>> from ftplib import FTP[all …]
7 * Standalone dummy FTP server. Run either within the same JVM as test code or in a different JVM.9 …* Implements common FTP server commands. See {{{stubftpserver-commandhandlers.html}FTP Commands an…15 …* Easy to configure command handlers for individual FTP server commands to return success/failure …17 * Can verify expected FTP server command invocations.23 * Can be used to test FTP client code written in any language29 some understanding of the FTP Specification and a configuration of the low-level30 FTP Server commands.
7 * Standalone dummy FTP server. Run either within the same JVM as test code or in a different JVM.9 …* Implements common FTP server commands. See {{{./stubftpserver-commandhandlers.html}FTP Commands …15 …* Easy to configure command handlers for individual FTP server commands to return success/failure …17 * Can verify expected FTP server command invocations.26 * Can be used to test FTP client code written in any language32 some understanding of the FTP Specification and a configuration of the low-level33 FTP Server commands.
5 MockFtpServer - Providing a Fake/Stub FTP Server8 The <<MockFtpServer>> project provides mock/dummy FTP server implementations that can be very9 …useful for testing of FTP client code. Two FTP Server implementations are provided, each at a diff…12 …<<FakeFtpServer>> provides a higher-level abstraction for an FTP server and is suitable for most t…15 … configure a set of one or more user accounts that control which users can login to the FTP server,19 …<<StubFtpServer>> is a "stub" implementation of an FTP server. It supports the main FTP commands by20 …implementing command handlers for each of the corresponding low-level FTP server commands (e.g. RE…30 …communication with the FTP server is across the network using sockets, it can be used to test FTP …
7 * Standalone dummy FTP server. Run either within the same JVM as test code or in a different JVM.9 …* Implements common FTP server commands. See {{{stubftpserver-commandhandlers.html}FTP Commands an…15 …* Easy to configure command handlers for individual FTP server commands to return success/failure …17 * Can verify expected FTP server command invocations.26 * Can be used to test FTP client code written in any language32 some understanding of the FTP Specification and a configuration of the low-level33 FTP Server commands.