Class SftpClientImpl
java.lang.Object
com.chutneytesting.action.ssh.sftp.SftpClientImpl
- All Implemented Interfaces:
ChutneySftpClient,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChutneySftpClientvoidclose()voidgetAttributes(String file) listDirectory(String directory) void
-
Method Details
-
upload
- Specified by:
uploadin interfaceChutneySftpClient- Throws:
IOException
-
download
- Specified by:
downloadin interfaceChutneySftpClient- Throws:
IOException
-
listDirectory
- Specified by:
listDirectoryin interfaceChutneySftpClient- Throws:
IOException
-
getAttributes
- Specified by:
getAttributesin interfaceChutneySftpClient- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
buildFor
public static ChutneySftpClient buildFor(Target target, long timeout, Logger logger) throws IOException - Throws:
IOException
-