![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
REST API with SFTP Poolingby Sukhster (Novice) |
on Nov 12, 2020 at 09:40 UTC ( #11123604=perlquestion: print w/replies, xml ) | Need Help?? |
Sukhster has asked for the wisdom of the Perl Monks concerning the following question: Hi All, << First Time Post >> I have been using Perl for some years, but mostly for Regex/ DBI usage and would like to use it provide a solution for sending files over SFTP via a REST API. The reason for this is that we need to send a couple of thousand files to a remote server, which has the following restriction on the SFTP connection:
The team is working on a Java Spring solution to the above . . .. but it taking ages, and l would like to ensure that we have a solution and Perl has always been a faster dev curve for me. I believe that l need to following:
I can see quite a few Server libraries, which do 1 and 5 above - but don't understand how l could share an Object (pool of SFTP connections between them) ... and then more importantly, how l can ensure that there is a thread/while-loop keeping the connection alive. If libraries/ approach can be provided with code samples or pseudo code - that will really help get me started. Help Ye Old Perl Monks of Lore !
Back to
Seekers of Perl Wisdom
|
|