Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: I have a .cgi create a file, can I have it automatically FTPed to me or something?

by neilwatson (Priest)
on Jun 27, 2002 at 19:47 UTC ( [id://177829]=note: print w/replies, xml ) Need Help??


in reply to I have a .cgi create a file, can I have it automatically FTPed to me or something?

Yes it's possible. However, before you go any further, what is between your local hard drive and the server on which MERGE.cgi resides. There are security issues here:

1. Your password will be stored in plain text on the server.

2. Your password will be transmitted via plain text for all to see.

Consider using scp or sftp that comes with the ssh package. Or consider having the server email you the file. Perhaps using mpack.

Neil Watson
watson-wilson.ca

  • Comment on Re: I have a .cgi create a file, can I have it automatically FTPed to me or something?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://177829]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-18 04:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found