Home | History | Annotate | Download | only in apt

Lines Matching full:fakeftpserver

2 				FakeFtpServer Filesystems

5 FakeFtpServer Filesystems
8 <<FakeFtpServer>> provides a simulated server file system, including support for file and directory permissions
20 not depend on the <real> operating systems or file systems on which <<FakeFtpServer>> is running. In other
21 words, you can configure and run a <<FakeFtpServer>> with a <<<WindowsFakeFileSystem>>> on top of a <real>
22 Unix system, or run a <<FakeFtpServer>> with a <<<UnixFakeFileSystem>>> on top of a <real> Windows system.
160 <<<FakeFtpServer>>> filesystem. In this case, the filesystem is an instance of <<<WindowsFakeFileSystem>>>,
195 FakeFtpServer fakeFtpServer = new FakeFtpServer();
196 fakeFtpServer.setFileSystem(fileSystem);
201 * The <<<FakeFtpServer>>> instance is configured with a <<<WindowsFakeFileSystem>>> and a "c:\" root
212 When you want to retrieve and/or verify the contents of the <<<FakeFtpServer>>> filesystem, you can use
232 See the {{{./fakeftpserver-getting-started.html#Spring}FakeFtpServer Getting Started - Spring Configuration}}
233 for an example of how to configure a <<<FakeFtpServer>>> instance and associated filesystem in the