Uses of Interface com.sshtools.j2ssh.FileTransferProgress

Uses in package com.sshtools.j2ssh

Methods with parameter type com.sshtools.j2ssh.FileTransferProgress

DirectoryOperation
SftpClient.copyLocalDirectory(String localdir, String remotedir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress)
DirectoryOperation
SftpClient.copyRemoteDirectory(String remotedir, String localdir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress)
FileAttributes
SftpClient.get(String remote, OutputStream local, FileTransferProgress progress)
Download the remote file writing it to the specified OutputStream.
FileAttributes
SftpClient.get(String remote, String local, FileTransferProgress progress)
Download the remote file to the local computer.
FileAttributes
SftpClient.get(String path, FileTransferProgress progress)
Download the remote file to the local computer.
void
SftpClient.put(InputStream in, String remote, FileTransferProgress progress)
Upload a file to the remote computer reading from the specified InputStream.
void
SftpClient.put(String local, String remote, FileTransferProgress progress)
Upload a file to the remote computer.
void
SftpClient.put(String local, FileTransferProgress progress)
Upload a file to the remote computer.

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.