|
Secure FTP Factory | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FtpFile | |
| 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 FtpFile in com.jscape.inet.ftp |
| Methods in com.jscape.inet.ftp that return FtpFile | |
FtpFile |
Ftp.getMachineFileListing(java.lang.String filename)
Gets the file description for the specified filename using MLST command. |
| Methods in com.jscape.inet.ftp with parameters of type FtpFile | |
java.util.Date |
FtpFileParser.getDateTime(FtpFile file)
|
java.util.Date |
NTParser.getDateTime(FtpFile file,
java.util.TimeZone zone,
java.util.Locale locale)
Gets the date and time for an FtpFile entry sourced from an NT directory listing. |
java.util.Date |
NTParser.getDateTime(FtpFile file)
Gets the date and time for an FtpFile entry sourced from an NT directory listing. |
java.util.Date |
UnixParser.getDateTime(FtpFile file,
java.util.TimeZone zone,
java.util.Locale locale)
Gets the date and time for an FtpFile entry sourced from a UNIX directory listing. |
java.util.Date |
UnixParser.getDateTime(FtpFile file)
Gets the date and time for an FtpFile entry sourced from a UNIX directory listing. |
java.util.Date |
VMSParser.getDateTime(FtpFile file,
java.util.TimeZone zone,
java.util.Locale locale)
Gets the date and time for an FtpFile entry sourced from an VMS directory listing. |
java.util.Date |
VMSParser.getDateTime(FtpFile file)
Gets the date and time for an FtpFile entry sourced from an NT directory listing. |
| Uses of FtpFile in com.jscape.inet.ftps |
| Methods in com.jscape.inet.ftps that return FtpFile | |
FtpFile |
Ftps.getMachineFileListing(java.lang.String filename)
Gets the file description for the specified filename using MLST command. |
|
Secure FTP Factory | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||