Home
last modified time | relevance | path

Searched refs:FTP (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/external/python/cpython2/Doc/library/
Dftplib.rst1 :mod:`ftplib` --- FTP protocol client
5 :synopsis: FTP protocol client (requires sockets).
9 pair: FTP; protocol
10 single: FTP; ftplib (standard module)
16 This module defines the class :class:`FTP` and a few related items. The
17 :class:`FTP` class implements the client side of the FTP protocol. You can use
18 this to write Python programs that perform a variety of automated FTP jobs, such
19 as mirroring other FTP servers. It is also used by the module :mod:`urllib` to
20 handle URLs that use FTP. For more information on FTP (File Transfer Protocol),
25 >>> from ftplib import FTP
[all …]
/external/python/cpython3/Doc/library/
Dftplib.rst1 :mod:`ftplib` --- FTP protocol client
5 :synopsis: FTP protocol client (requires sockets).
10 pair: FTP; protocol
11 single: FTP; ftplib (standard module)
15 This module defines the class :class:`FTP` and a few related items. The
16 :class:`FTP` class implements the client side of the FTP protocol. You can use
17 this to write Python programs that perform a variety of automated FTP jobs, such
18 as mirroring other FTP servers. It is also used by the module
19 :mod:`urllib.request` to handle URLs that use FTP. For more information on FTP
24 >>> from ftplib import FTP
[all …]
/external/mockftpserver/tags/1.2.2/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/2.0.1/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/1.2.3/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/1.2/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/branches/1.x_Branch/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/2.0-rc1/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/1.1/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/1.2.4/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/1.2.1/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/1.0/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/2.0.2/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/2.0/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/2.2/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/2.x_Before_IDEA/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/tags/2.1/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
29 some understanding of the FTP Specification and a configuration of the low-level
30 FTP Server commands.
/external/mockftpserver/MockFtpServer/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
32 some understanding of the FTP Specification and a configuration of the low-level
33 FTP Server commands.
Dindex.apt5 MockFtpServer - Providing a Fake/Stub FTP Server
8 The <<MockFtpServer>> project provides mock/dummy FTP server implementations that can be very
9 …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 by
20 …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
/external/mockftpserver/tags/2.3/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
32 some understanding of the FTP Specification and a configuration of the low-level
33 FTP Server commands.
/external/mockftpserver/tags/2.4/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
32 some understanding of the FTP Specification and a configuration of the low-level
33 FTP Server commands.
/external/mockftpserver/tags/2.5/src/site/apt/
Dstubftpserver-features.apt7 * 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 language
32 some understanding of the FTP Specification and a configuration of the low-level
33 FTP Server commands.
Dindex.apt5 MockFtpServer - Providing a Fake/Stub FTP Server
8 The <<MockFtpServer>> project provides mock/dummy FTP server implementations that can be very
9 …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 by
20 …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

12345678910>>...30