Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: does Net:::FTP support 'quote'?

by Mr. Muskrat (Canon)
on Aug 04, 2004 at 00:56 UTC ( [id://379867]=note: print w/replies, xml ) Need Help??


in reply to does Net:::FTP support 'quote'?

In the Net::FTP docs, site is listed under methods because its use is supported. quot is listed under "methods for the adventurous" because well, it can be troublesome...

My copy of the Net::FTP docs says:
"WARNING This call should only be used on commands that do not require data connections. Misuse of this method can hang the connection."

Both methods use Net::Cmd's command method to do the dirty work. site uses it to send the FTP SITE command followed by the quoted command as the arguments. quot uses it to send the quoted command as is.

Disclaimer: I have studied the code of this module extensively over the past six months. I briefly reviewed the code today to verify my beliefs but it's been a long day and I may have inadvertantly misstated something here.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://379867]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-23 13:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found