in reply to cgi perl ftp question

The current directory for target_file is not what you think it is. Put a chdir() to the directory you want into your script, or use absolute path names for your local files.

Replies are listed 'Best First'.
Re^2: cgi perl ftp question
by viper1503 (Initiate) on Oct 02, 2009 at 07:16 UTC

    Hi Corion...

    thanks! i got it...i should point to the script where the target_file will be placed by using chdir(). It worked! cool...