Uses of Class
org.apache.ivy.plugins.repository.ssh.RemoteScpException
-
Packages that use RemoteScpException Package Description org.apache.ivy.plugins.repository.ssh -
-
Uses of RemoteScpException in org.apache.ivy.plugins.repository.ssh
Methods in org.apache.ivy.plugins.repository.ssh that throw RemoteScpException Modifier and Type Method Description void
Scp. get(java.lang.String remoteFile, java.io.OutputStream localTarget)
Download a file from the remote server into an OutputStreamvoid
Scp. get(java.lang.String remoteFile, java.lang.String localTarget)
Download a file from the remote server to a local file.Scp.FileInfo
Scp. getFileinfo(java.lang.String remoteFile)
Initiates an SCP sequence but stops after getting fileinformation headerprivate void
Scp. parseCLine(java.lang.String line, Scp.FileInfo fileInfo)
private void
Scp. parseTLine(java.lang.String line, Scp.FileInfo fileInfo)
void
Scp. put(java.lang.String localFile, java.lang.String remoteTargetDir, java.lang.String remoteTargetName, java.lang.String mode)
Copy a local file to a remote site, uses the specified mode when creating the file on the remote side.private void
Scp. readResponse(java.io.InputStream is)
private java.lang.String
Scp. receiveLine(java.io.InputStream is)
private Scp.FileInfo
Scp. receiveStream(com.jcraft.jsch.Channel channel, java.lang.String file, java.io.OutputStream targetStream)
Receive a file via scp and store it in a streamprivate void
Scp. sendFile(com.jcraft.jsch.Channel channel, java.lang.String localFile, java.lang.String remoteName, java.lang.String mode)
-