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


in reply to Re^3: Doing an 'ls' in SFTP:Foreign
in thread Doing an 'ls' in SFTP:Foreign

Maybe Salvo knows how to format the line to work with Foreign?

Replies are listed 'Best First'.
Re^5: Doing an 'ls' in SFTP:Foreign
by runrig (Abbot) on Feb 15, 2013 at 21:33 UTC
    Have you read the documentation to Net::SFTP::Foreign? It's pretty clear. 'ls' returns a reference to a list of entries. Do you know what that means? Do you need to read perlref and/or perlreftut?