Sounds like you have figured out how to use Net::FTP.
Put() and get() transfer files. you probably also want to set binmode.
Can you explain what you've tried and what errors you are getting? As well as what you are using to read the remote directory. Are you sure you have write access to the remote directory?

Update: I looked back again at this and "no, your question is not at all clear".
Usually the hardest part of this is getting the connection established (firewall, proxy problems), getting authenticated and running a command on the remote machine (like tell me the files in the remote server's directory). You say that you can do all of those things (send and receive messages to/from the remote server, authenticate as a valid user and run commands like 'ls' on the server whose results are sent to you). Given that, I am completely mystified as to why you can't just put() a file. Can you transfer a file manually with say, FireFTP a Firefox add-in?


In reply to Re: ftp a file by Marshall
in thread ftp a file by mtchuck

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.