it would help to use the correct port, RT#4081
authorivan <ivan>
Mon, 18 May 2009 08:40:00 +0000 (08:40 +0000)
committerivan <ivan>
Mon, 18 May 2009 08:40:00 +0000 (08:40 +0000)
FS/bin/freeside-cdr-sftp_and_import

index 5786774..c4484f1 100755 (executable)
@@ -92,10 +92,6 @@ sub sftp {
 
   my %sftp = ( host => $servername );
 
-  #XXX remove these
-  $sftp{port} = 10022;
-  #$sftp{more} = '-v';
-
   $sftp = Net::SFTP::Foreign->new(%sftp);
   $sftp->error and die "SFTP connection failed: ". $sftp->error;