A C D E F G I K L O P R S V W

P

put(String, String) - Method in class ch.ethz.ssh2.SCPClient
Copy a local file to a remote directory, uses umask 0600 when creating the file on the remote side.
put(String[], String) - Method in class ch.ethz.ssh2.SCPClient
Copy a set of local files to a remote directory, uses umask 0600 when creating files on the remote side.
put(String, String, String) - Method in class ch.ethz.ssh2.SCPClient
Copy a local file to a remote directory, uses the specified umask when creating the file on the remote side.
put(String[], String, String) - Method in class ch.ethz.ssh2.SCPClient
Copy a set of local files to a remote directory, uses the specified umask when creating the files on the remote side.

A C D E F G I K L O P R S V W