in reply to Re: Need syntax help for Net::FTP::Quot
in thread Need syntax help for Net::FTP::Quot

Thank you!

I was thinking in terms of what I have seen in ftp clients and not what was in the RFC.

Now to figure out if it is ( "DELE", "$Target" ) or ( "DELE $Target" ), which shouldn't be too hard
  • Comment on Re^2: Need syntax help for Net::FTP::Quot

Replies are listed 'Best First'.
Re^3: Need syntax help for Net::FTP::Quot
by Todd Chester (Scribe) on Feb 10, 2017 at 19:57 UTC
    The RFC says:

    DELE <SP> <pathname> <CRLF>

    And I have no idea what <SP> means. I hope it means "space"
      The RFC also says: "<SP> (Space, ASCII code 32, EBCDIC code 64)".