You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to retrieve a file from a firewall device that only supports legacy SCP.
When trying to download the file, I encounter the following error: WARN net.schmizz.sshj.xfer.scp.SCPEngine -- SCP exit status: 128
This error suggests that there might be an issue with the specified file path.
I had a similar problem with scp on linux. He could find the file either because he was using sftp instad of legacy SCP
The text was updated successfully, but these errors were encountered:
I'm attempting to retrieve a file from a firewall device that only supports legacy SCP.
When trying to download the file, I encounter the following error:
WARN net.schmizz.sshj.xfer.scp.SCPEngine -- SCP exit status: 128
This error suggests that there might be an issue with the specified file path.
I had a similar problem with scp on linux. He could find the file either because he was using sftp instad of legacy SCP
The text was updated successfully, but these errors were encountered: