| Home >> All >> org >> apache >> commons >> net >> ftp >> ftp2 >> [ parser Javadoc ] |
org.apache.commons.net.ftp.ftp2.parser: Javadoc index of package org.apache.commons.net.ftp.ftp2.parser.
Package Samples:
org.apache.commons.net.ftp.ftp2.parser
Classes:
VMSFTPEntryParser: This Class uses the FTPEntryParser class to validate the input string. It also requires the NetComponents library version 1.3.7 or later and the OROMatcher library for the regualar expressions stuff. USAGE: Create an instance of VMSFTPEntryParser VMSFTPEntryParser parser = new VMSFTPEntryParser(boolean); True = returns all versions of a file with the respective ;# False = only the last version will return (Default) Create an instance of FTPClient FTPClient FTPClientObj = new FTPClient(); Connect to the NODE FTPClientObj.connect(); Login to the NODE FTPClientObj.login(username,password); Switch ...
OS2FTPEntryParser: This Class uses the ListParser class to validate the input string. It also requires the NetComponents library version 1.3.7 or later and the OROMatcher library for the regualar expressions stuff. USAGE: Create an instance of OS2FTPEntryParser OS2FTPEntryParser parser = new OS2FTPEntryParser(); Create an instance of FTPClient FTPClient FTPClientObj = new FTPClient(); Connect to the NODE FTPClientObj.connect(); Login to the NODE FTPClientObj.login(username,password); Switch directories if you have to FTPClientObj.changeWorkingDirectory(thePath); You might want to check if you are truly in a OS2 System ...
NTFTPEntryParser: This Class uses the ListParser class to validate the input string. It also requires the NetComponents library version 1.3.7 or later and the OROMatcher library for the regualar expressions stuff. USAGE: Create an instance of NTListParser NTListParser parser = new NTListParser(); Create an instance of FTPClient FTPClient FTPClientObj = new FTPClient(); Connect to the NODE FTPClientObj.connect(); Login to the NODE FTPClientObj.login(username,password); Switch directories if you have to FTPClientObj.changeWorkingDirectory(thePath); You might want to check if you are truly in a NT System String am_I_NT ...
MatchApparatus: This class is based on the logic of Winston Ojeda's ListParser. It uses a similar approach to Regular Expressions but is designed to fit within FTPFileEntryParser design rather than the FTPFileListParser design. It is also designed to encapsulate access to the oro.text.regex classes in one place.
UnixFTPEntryParser: This class is based on the logic of Daniel Savarese's DefaultFTPListParser, but adapted to use regular expressions and to fit the new FTPFileEntryParser interface.
AIXFTPEntryParser: This class is based on UnixFTPEntryParser with some small changes, namely the day and month fields being the transposed.
EnterpriseUnixFTPEntryParser: Parser for the Connect Enterprise Unix FTP Server From Sterling Commerce.
EnterpriseUnixFTPEntryParserTest: Tests the EnterpriseUnixFTPEntryParser
FTPParseTestFramework
NTFTPEntryParserTest
OS2FTPEntryParserTest
UnixFTPEntryParserTest
VMSFTPEntryParserTest
| Home | Contact Us | Privacy Policy | Terms of Service |