in reply to Re^4: NET::SFTP::Foreign in perl
in thread NET::SFTP::Foreign in perl

That option runs a command on the local machine. You want to use SSH to run commands on the remote machine, not SFTP.

Update: salva is right though, SFTP does do mkdir

Replies are listed 'Best First'.
Re^6: NET::SFTP::Foreign in perl
by Anonymous Monk on Jul 29, 2009 at 05:30 UTC
    Thanks for the info