|
Secure FTP Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FtpFileParser | |
---|---|
com.jscape.inet.ftp | Contains client classes for communicating with a standard FTP server. |
com.jscape.inet.ftps | Contains client classes for communicating with a FTP server using FTPS (FTP over SSL) |
Uses of FtpFileParser in com.jscape.inet.ftp |
---|
Classes in com.jscape.inet.ftp that implement FtpFileParser | |
---|---|
class |
AS400Parser
Parser responsible for handling FTP directory listing returned in AS400 format. |
class |
NTParser
Parser responsible for handling FTP directory listing returned in the Windows NT format. |
class |
UnixParser
Parser responsible for handling FTP directory listing returned in UNIX format. |
class |
VMSParser
Parser responsible for handling FTP directory listing returned in VMS format. |
Methods in com.jscape.inet.ftp that return FtpFileParser | |
---|---|
FtpFileParser |
Ftp.getFtpFileParser()
Gets the FtpFileParser used to parse directory listing returned when
invoking Ftp#getDirListing method. |
FtpFileParser |
FtpFile.getFtpFileParser()
Gets the FtpFileParser that created this FtpFile |
Methods in com.jscape.inet.ftp with parameters of type FtpFileParser | |
---|---|
void |
Ftp.setFtpFileParser(FtpFileParser parser)
Sets the FtpFileParser used to parse directory listing returned when
invoking Ftp#getDirListing method. |
void |
FtpFile.setFtpFileParser(FtpFileParser value)
|
Constructors in com.jscape.inet.ftp with parameters of type FtpFileParser | |
---|---|
FtpFile(java.lang.String filename,
FtpFileParser ftpFileParser)
Creates a new FtpFile instance. |
|
FtpFile(java.lang.String filename,
java.lang.String line,
FtpFileParser ftpFileParser)
Creates a new FtpFile instance. |
Uses of FtpFileParser in com.jscape.inet.ftps |
---|
Methods in com.jscape.inet.ftps that return FtpFileParser | |
---|---|
FtpFileParser |
Ftps.getFtpFileParser()
Gets the FtpFileParser used to parse directory listing returned when
invoking Ftp#getDirListing method. |
Methods in com.jscape.inet.ftps with parameters of type FtpFileParser | |
---|---|
void |
Ftps.setFtpFileParser(FtpFileParser parser)
Sets the FtpFileParser used to parse directory listing returned when
invoking Ftps#getDirListing method. |
|
Secure FTP Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |