Skip to content

Commit

Permalink
Update sftpviaSSHJ.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmano1 authored Jan 8, 2024
1 parent 80d3abd commit ba884f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sftpviaSSHJ.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Import required classes from the SSH library
// Needs sshj-0.35.0.jar and eddsa-0.3.0.jar as a custom resource for your channel.
var PromiscuousVerifier = net.schmizz.sshj.transport.verification.PromiscuousVerifier;
var SSHClient = net.schmizz.sshj.SSHClient;
var SFTPClient = net.schmizz.sshj.sftp.SFTPClient;
Expand Down

0 comments on commit ba884f3

Please sign in to comment.