http://qs321.pair.com?node_id=166228


in reply to Copying files between two systems using cgi/perl

Hmm. Could be serveral things. Share settings on the non-server (target?) machine? Login required?
  • Comment on Re: Copying files between two systems using cgi/perl

Replies are listed 'Best First'.
Re: Re: Copying files between two systems using cgi/perl
by jreades (Friar) on May 13, 2002 at 17:39 UTC

    Typically, such problems are the result of environment differences -- in this case, the CGI-script is most likely not running as the same user that you are using to run the copy on the command line. Thus, it fails. Make sure that your CGI user has the permissions to perform this copy as well.