Re: [Ssh-sftp-perl-users] Net::SSH::perl to chroot enviro
Brought to you by:
dbrobins
From: Dave R. <au...@ur...> - 2004-06-02 23:59:58
|
On Wed, 2 Jun 2004, Dave Rolsky wrote: > On Wed, 2 Jun 2004, John Fisher wrote: > > > >Do other commands work? Have you tried something like just "ls"? > > > > > yes > > ls pwd cd /somepath all work, and they work as succesive > > commands > > $ssh->cmd(somecommand)..... > > $ssh->cmd(someothercommand)..... > > $ssh->cmd(somethirdcommand)..... > > How about some other shell command (not an executable)? I'm guessing that > when you log in via SSH without a terminal, you don't actually get a > shell, but that's just a guess. > > > -dave > > /*======================= > House Absolute Consulting > www.houseabsolute.com > =======================*/ > /*======================= House Absolute Consulting www.houseabsolute.com =======================*/ |