Cutts III, James H. wrote:
I can't seem find out how to change the permissions via the Net::FTP
module.  I can do it manually from the command line via the chgmod
command but that defeats the purpose of automation.

From the Net::FTP man page:

---- START:
quot (CMD [,ARGS])
Send a command, that Net::FTP does not directly support, to the remote server and wait for a response.

    Returns most significant digit of the response code.

WARNING This call should only be used on commands that do not require data connections. Misuse of this method can hang the connection.

---- END.
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to