Hi I am new to Perl and using SFTP in general. I am being required to use the NET::Foreign package as a means of file transfer by a project at work. My problem is that I am unable to issue other ssh commands like cmd() to perform other ssh tasks without opening up a system call to open a ssh session. This greatly slows things down in my application. I would like to open one connection using NET::Foreign and keep it open to be able to issue ssh commands and sftp commands. Is this possible? And how would I do it?