Skip to content

Commit

Permalink
Test SFTP transfer method
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 22, 2023
1 parent 14c8218 commit 84f822e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/functional/backends/test_netssh_sftp.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
require 'helper'
require_relative 'netssh_transfer_tests'

module SSHKit
module Backend
class TestNetsshSftp < FunctionalTest
include NetsshTransferTests

def setup
super
SSHKit::Backend::Netssh.configure do |ssh|
ssh.transfer_method = :sftp
end
end
end
end
end

0 comments on commit 84f822e

Please sign in to comment.