http://www.perlmonks.org?node_id=11123640


in reply to Re: REST API with SFTP Pooling
in thread REST API with SFTP Pooling

Hi Salva,

Thanks for your response. SSH is not possible, only SFTP - and only one session per Account. Each Acccount has separate files and destinations, so you can't share one Account across ALL files.

Therefore, l need to keep the session alive while servicing requests, i.e. have a shared object between requests.