|
Secure FTP Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JFileSystem | |
---|---|
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 JFileSystem in com.jscape.inet.file |
---|
Methods in com.jscape.inet.file that return JFileSystem | |
---|---|
JFileSystem |
JFile.getFileSystem()
Returns the underlayed file system object. |
Uses of JFileSystem in com.jscape.inet.sftp |
---|
Methods in com.jscape.inet.sftp that return JFileSystem | |
---|---|
JFileSystem |
SftpConfiguration.getFileSystem()
Obtains the current file system. |
JFileSystem |
SftpFile.getFileSystem()
Returns the underlayed file system object. |
Methods in com.jscape.inet.sftp with parameters of type JFileSystem | |
---|---|
void |
SftpConfiguration.setFileSystem(JFileSystem fileSystem)
Sets the current file system. |
|
Secure FTP Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |