Uses of Class com.sshtools.j2ssh.TransferCancelledException

Uses in package com.sshtools.j2ssh

Methods which throw type com.sshtools.j2ssh.TransferCancelledException

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.