Hi Todd Chester,

a lot of stuff in Net::FTP does not work correctly

As soonix told you here last week, a lot depends on the FTP server, and sometimes they simply don't support certain things. One way to approach the problem might be to compare a different FTP client to Net::FTP. If the operation does work from a different client, you could use Wireshark to trace the connection and compare what the two clients are doing differently (unless you're using encrypted connections?).

AAAAAAHHHHHHH!!!!!!!!!!!

Considering that you've apparently been doing battle with FTP for at least a week now, two thoughts: First, I know the following suggestion may be frustrating, but sometimes it's necessary to consider. Second: Perhaps you might want to take a step back. In this post, you seem to indicate that you have shell access to the server machine. Why are you using FTP? Have you considered using SSH and SFTP instead? Also, taking a step back can mean to take a couple of hours to just read all the available documentation: the server*, the protocol (perhaps even including the RFCs), and the client.

* I saw which server you're using in one of your other posts from last week. It would be best to mention this in each of your posts, since it took me a while to find this information.

Regards,
-- Hauke D


In reply to Re: Need Net::FTP delete help by haukex
in thread Need Net::FTP delete help by Todd Chester

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.