class Multiwoven::Integrations::Destination::Sftp::Client

def test_file_operations(sftp, test_path)

def test_file_operations(sftp, test_path)
  sftp.file.open(test_path, "w") { |file| file.puts("connection_check") }
  sftp.remove!(test_path)
end