I'm still trying to figure out how to do a seemingly
trivial thing using net::ftp. I have this script
generator called web-libs.. some may have heard of it.
All i want to do is when the script is generated,
have it uploaded as a file to my ISP. I'm assuming
that the userID and password in a net::ftp script
is the same userID and password i would use if using
a regular ftp program. I emailed verio.. here's my
question and they're response.
--------

ME:
I'm trying write a perl script where,
when a user clicks submit, the results
from a form are uploaded to my web site.
Is this possible using verio's perl modules?
Someone informed me about perl modules
called net::ftp, and ftp.pm. If someone
in tech support could give some info
on this, it would be appreciated.
Thanx. :) Lisa.
-----------

VERIO:
What you are trying to accomplish can be done. However,
if your script is dependent on the net::ftp module
and there is no way to upload that module to your site
and reference it inside your script then your code will
not work. We will not install modules on the
server. By going to the following url you can see the list of
modules we have installed.
http://home.verio.net/support/view_article.cfm?doc_id=640
----------

First of all, i was under the assumption that net::ftp
is part of ftp.pm, which is included in their installed
module list. If that's true, i'm not sure why tech support
would tell me to upload the module to my site. If ftp.pm
includes the net::ftp command, can i assume it will work?
Thanx, Lisa.

In reply to net:ftp by wolverina

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.