I'm writing a CGI that takes a user upload file, manipulates it, and then emails the result to the user.
Is it possible to copy a file in a UNIX directory to a directory on a Windows machine? I work from a windows machine and use an X Server program to login to the UNIX server, which contains all the Perl libraries, etc.
I'm wondering if I can just store the file on a shared drive instead of emailing it to the user.
Or, instead, is there a way to automatically download a file onto a user's machine?
Thanks for any input,
oark
Is it possible to copy a file in a UNIX directory to a directory on a Windows machine? I work from a windows machine and use an X Server program to login to the UNIX server, which contains all the Perl libraries, etc.
I'm wondering if I can just store the file on a shared drive instead of emailing it to the user.
Or, instead, is there a way to automatically download a file onto a user's machine?
Thanks for any input,
oark