in reply to Re: Taking file from current working directory
in thread Taking file from current working directory

Nope,

I've already tried it without success, I've got an error message:
"Cannot create listener. RootDir '1.txt' is not a valid directory name

Any other ideas ?

I need somehow to write the current working directory...

Mosh.

  • Comment on Re^2: Taking file from current working directory

Replies are listed 'Best First'.
Re^3: Taking file from current working directory
by holli (Abbot) on May 23, 2005 at 12:17 UTC
    Try
    my $listener = Net::TFTPd->new('RootDir' => './',...);
    Update:
    Ah, I misread the OP.


    holli, /regexed monk/