http://qs321.pair.com?node_id=379772

mifflin has asked for the wisdom of the Perl Monks concerning the following question:

I have a ksh script that uses ftp. One of the commands that is sent is:
quote site filetype=jes
My question is, how would I send this command using Net::FTP?
I looked and the perldocs and there seem to be two possible candidates, quot and site. Does anyone have any insight as to which of these ( or maybe another ) would work?