| Public Methods |
|
long
|
atime(String path)
|
|
String
|
canonicalize(String path)
|
|
void
|
chgrp(String path, int gid)
|
|
void
|
chmod(String path, int perms)
|
|
void
|
chown(String path, int uid)
|
|
void
|
close()
|
|
void
|
get(String source, LocalDestFile dest)
|
|
void
|
get(String source, String dest)
|
|
SFTPFileTransfer
|
getFileTransfer()
|
|
SFTPEngine
|
getSFTPEngine()
|
|
int
|
gid(String path)
|
|
List<RemoteResourceInfo>
|
ls(String path)
|
|
List<RemoteResourceInfo>
|
ls(String path, RemoteResourceFilter filter)
|
|
FileAttributes
|
lstat(String path)
|
|
void
|
mkdir(String dirname)
|
|
void
|
mkdirs(String path)
|
|
FileMode
|
mode(String path)
|
|
long
|
mtime(String path)
|
|
RemoteFile
|
open(String filename, Set<OpenMode> mode)
|
|
RemoteFile
|
open(String filename)
|
|
RemoteFile
|
open(String filename, Set<OpenMode> mode, FileAttributes attrs)
|
|
Set<FilePermission>
|
perms(String path)
|
|
void
|
put(LocalSourceFile source, String dest)
|
|
void
|
put(String source, String dest)
|
|
String
|
readlink(String path)
|
|
void
|
rename(String oldpath, String newpath)
|
|
void
|
rm(String filename)
|
|
void
|
rmdir(String dirname)
|
|
void
|
setattr(String path, FileAttributes attrs)
|
|
long
|
size(String path)
|
|
FileAttributes
|
stat(String path)
|
|
FileAttributes
|
statExistence(String path)
|
|
void
|
symlink(String linkpath, String targetpath)
|
|
void
|
truncate(String path, long size)
|
|
FileMode.Type
|
type(String path)
|
|
int
|
uid(String path)
|
|
int
|
version()
|