|
Secure FTP Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
JRandomAccessFile.getFile()
Returns JFile instance associated with this object. |
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 |
JFileSystem.getFile(java.lang.String pathname)
Creates a new JFile instance by converting the given pathname string into an abstract pathname. |
JFile |
JFile.getLinkTarget()
Returns the link target if the current file is symbolic link. |
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(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. |
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. |
JFile |
JFileSystem.getFile(JFile parent,
java.lang.String child)
Creates a new JFile instance from a parent abstract pathname and a child pathname string. |
void |
JFile.renameTo(JFile dest)
Renames the file denoted by this abstract pathname. |
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.getLinkTarget()
Returns the link target if the current file is symbolic link. |
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(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. |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |