Secure FTP Factory

Uses of Interface
com.jscape.inet.file.JFile

Packages that use JFile
com.jscape.inet.file Contains various support classes for SFTP (FTP over SSH) protocol. 
com.jscape.inet.sftp Contains client classes for communicating with a server using SFTP protocol (FTP over SSH) 
 

Uses of JFile in com.jscape.inet.file
 

Methods in com.jscape.inet.file that return JFile
 JFile JFile.getParentFile()
          Returns the abstract pathname of this abstract pathname's parent.
 JFile[] JFile.listFiles()
          Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
 JFile[] JFile.listFiles(com.jscape.inet.file.JFileFilter filter)
          Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
 JFile JFile.getLinkTarget()
          Returns the link target if the current file is symbolic link.
 JFile JFileSystem.getFile(java.lang.String pathname)
          Creates a new JFile instance by converting the given pathname string into an abstract pathname.
 JFile JFileSystem.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 JFile JRandomAccessFile.getFile()
          Returns JFile instance associated with this object.
 

Methods in com.jscape.inet.file with parameters of type JFile
 void JFile.createNewLink(JFile target)
          Creates the symbolic link named by this abstract pathname if and only if a file with this name does not yet exist.
 void JFile.renameTo(JFile dest)
          Renames the file denoted by this abstract pathname.
 JFile JFileSystem.getFile(JFile parent, java.lang.String child)
          Creates a new JFile instance from a parent abstract pathname and a child pathname string.
 

Uses of JFile in com.jscape.inet.sftp
 

Classes in com.jscape.inet.sftp that implement JFile
 class SftpFile
          The SFTP file.
 

Methods in com.jscape.inet.sftp that return JFile
 JFile SftpFile.getParentFile()
          Returns the abstract pathname of this abstract pathname's parent.
 JFile[] SftpFile.listFiles()
          Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
 JFile[] SftpFile.listFiles(com.jscape.inet.file.JFileFilter filter)
          Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
 JFile SftpFile.getLinkTarget()
          Returns the link target if the current file is symbolic link.
 

Methods in com.jscape.inet.sftp with parameters of type JFile
 void SftpFile.createNewLink(JFile target)
          Creates the symbolic link named by this abstract pathname if and only if a file with this name does not yet exist.
 void SftpFile.renameTo(JFile dest)
          Renames the file denoted by this abstract pathname.
 


Secure FTP Factory

Copyright JSCAPE 1999-2007 All Rights Reserved