[EMAIL PROTECTED] ("Octavian Rasnita") writes:
> I couldn't make Net::SFTP to work under Windows.
> I heard that there are some ways of making this module work under
> Windows, but I couldn't make it to work.
>
> If there is someone who knows how to do that, please tell us.
Install first gmp-4.2.
From: <[EMAIL PROTECTED]>
Octavian Rasnita > Ok I really don't get it.
My folder tree is similar to that one: d:\shared\exports\Export.csv
Ok, now I think I understand why it doesn't work. You are using Windows.
I couldn't make Net::SFTP to work under Windows.
I heard that there are some ways
On 27 juin, 16:38, [EMAIL PROTECTED] (Oryann9) wrote:
> --- Octavian Rasnita <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > You need to use:
>
> > $ftp->get("/path/to/remote/file",
> > "/path/to/local/destination_file");
>
> > Octavian
>
> Also you can use
>
> $remotedir = qq(/path/to/remoteserver/dir/
--- Octavian Rasnita <[EMAIL PROTECTED]> wrote:
> Hi,
>
> You need to use:
>
> $ftp->get("/path/to/remote/file",
> "/path/to/local/destination_file");
>
> Octavian
>
Also you can use
$remotedir = qq(/path/to/remoteserver/dir/);
$sftp->cwd($remotedir) || die "CWD to folder outbound
failed!:
Hi,
You need to use:
$ftp->get("/path/to/remote/file", "/path/to/local/destination_file");
Octavian
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Wednesday, June 27, 2007 11:59 AM
Subject: [PERL] Net::SFTP functions
Hi all,
I am using
Hi all,
I am using Net::SFTP package to remotely connect to a local SFTP
server (on a LAN) and retreive files from it toward another LAN shared
folder.
I am successfully connecting to the SFTP server (of that I am shure as
the $sftp->ls() function displays me the folders of the home
directory) ho