Secure FTP Factory

Uses of Class
com.jscape.inet.ftp.FtpFile

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.
 FtpFile UnixParser.parseLine(java.lang.String line)
           
 

Methods in com.jscape.inet.ftp with parameters of type FtpFile
 java.util.Date AS400Parser.getDateTime(FtpFile file)
          Gets the date and time for an FtpFile entry sourced from an AS400 directory listing.
 java.util.Date FtpFileParser.getDateTime(FtpFile file)
           
 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)
          Gets the date and time for an FtpFile entry sourced from a UNIX directory listing.
 java.util.Date VMSParser.getDateTime(FtpFile file)
          Gets the date and time for an FtpFile entry sourced from an NT directory listing.
 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 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 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.
 

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

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved