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 voidScp. get(java.lang.String remoteFile, java.io.OutputStream localTarget)Download a file from the remote server into an OutputStreamvoidScp. get(java.lang.String remoteFile, java.lang.String localTarget)Download a file from the remote server to a local file.Scp.FileInfoScp. getFileinfo(java.lang.String remoteFile)Initiates an SCP sequence but stops after getting fileinformation headerprivate voidScp. parseCLine(java.lang.String line, Scp.FileInfo fileInfo)private voidScp. parseTLine(java.lang.String line, Scp.FileInfo fileInfo)voidScp. 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 voidScp. readResponse(java.io.InputStream is)private java.lang.StringScp. receiveLine(java.io.InputStream is)private Scp.FileInfoScp. 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 voidScp. sendFile(com.jcraft.jsch.Channel channel, java.lang.String localFile, java.lang.String remoteName, java.lang.String mode)
-