add proof of concept sftp downloader

This commit is contained in:
rebuilt 2022-12-27 14:19:49 -08:00
parent eeeb4f5d14
commit 1426e7cc63
3 changed files with 37 additions and 0 deletions

View file

@ -55,6 +55,9 @@ gem 'stimulus-rails'
gem 'watir'
gem 'selenium-webdriver', '~> 4.4'
gem 'net-sftp'
gem 'ed25519'
gem 'bcrypt_pbkdf'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console