|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.trilead.ssh2.SFTPv3Client
hudson.plugins.sshslaves.SFTPClient
public class SFTPClient
| Constructor Summary | |
|---|---|
SFTPClient(com.trilead.ssh2.Connection conn)
|
|
| Method Summary | |
|---|---|
com.trilead.ssh2.SFTPv3FileAttributes |
_stat(java.lang.String path)
Graceful SFTPv3Client.stat(String) that returns null if the path doesn't exist. |
void |
chmod(java.lang.String path,
int permissions)
|
boolean |
exists(java.lang.String path)
Checks if the given path exists. |
void |
mkdirs(java.lang.String path,
int posixPermission)
Makes sure that the directory exists, by creating it if necessary. |
java.io.InputStream |
read(java.lang.String file)
|
java.io.OutputStream |
writeToFile(java.lang.String path)
Creates a new file and writes to it. |
| Methods inherited from class com.trilead.ssh2.SFTPv3Client |
|---|
canonicalPath, close, closeFile, createFile, createFile, createFileTruncate, createFileTruncate, createSymlink, fsetstat, fstat, getCharset, getProtocolVersion, ls, lstat, mkdir, mv, openFileRO, openFileRW, read, readLink, rm, rmdir, setCharset, setstat, stat, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SFTPClient(com.trilead.ssh2.Connection conn)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public boolean exists(java.lang.String path)
throws java.io.IOException
java.io.IOException
public com.trilead.ssh2.SFTPv3FileAttributes _stat(java.lang.String path)
throws java.io.IOException
SFTPv3Client.stat(String) that returns null if the path doesn't exist.
java.io.IOException
public void mkdirs(java.lang.String path,
int posixPermission)
throws java.io.IOException
java.io.IOException
public java.io.OutputStream writeToFile(java.lang.String path)
throws java.io.IOException
java.io.IOException
public java.io.InputStream read(java.lang.String file)
throws java.io.IOException
java.io.IOException
public void chmod(java.lang.String path,
int permissions)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||