I need for my Perl Script for Win32 to ftp to remote
sites and download and upload various files - and while
I can find some Net modules that I have grown to love
in Unix, I can't find my dear Net::FTP! I assume it hasn't
been ported yet - which is rather odd.
However, Net::Telnet has - and I was wondering
if I could use some combinations of this and Unix scripting
to run ftp from a Perl-simulated Telnet session. I'm
kinda old-fashioned so I just use the old Unix 'ftp',
and am not sure how I can make a script to handle
automating that process since it's interactive (with
a different prompt no less!) and not a batch process.
This causes problems with FTP and my limited knowledge
of scripting. Remember - Net::Telnet works by the
timeout parameter and the shell character parameter -
and these could both mess up FTP due to the fact that
the Unix 'ftp' shell has it's own shell character and
long file transfers would timeout.
Please help me! This is for a vital project
of mine, and I know Perl masters out there must
have encountered this before.
Harry Halpin
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, 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, 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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|