<?xml version="1.0" encoding="windows-1252"?>
<node id="1008385" title="SFTP ls command" created="2012-12-11 14:37:50" updated="2012-12-11 14:37:50">
<type id="115">
perlquestion</type>
<author id="1008378">
talon25</author>
<data>
<field name="doctext">
&lt;p&gt; I am using the SFTP::Foreign::Compat module.  Recently the other side of the connection migrated to a new server.  My process is using the ls command to store the available files.  When I log into the server directly, I can see the files, but my script is not getting any information, but seems to be connected just fine.  @dir_list is coming back as undef.  This was working prior to the other side migrating.  Any ideas what would cause the command to stop getting data? &lt;/p&gt;
&lt;code&gt;
my $remote_dir = "outgoing/";
@dir_list = $bkcy_sftp_h-&gt;ls($remote_dir);
&lt;/code&gt;</field>
</data>
</node>
