nugame Posted April 11, 2009 Posted April 11, 2009 I have been using that wonderful FTP_EX UDF to integrate into my automation update code. got many things going good but need to be able to set the permission. While windows does not support this CHMOD and FTP clients do. I see the ftpcommand function. How do you send the chmod command to send the folder permission. thanks. Dr SherlockAlways a way
martin Posted April 11, 2009 Posted April 11, 2009 I have been using that wonderful FTP_EX UDF to integrate into my automation update code. got many things going good but need to be able to set the permission. While windows does not support this CHMOD and FTP clients do. I see the ftpcommand function. How do you send the chmod command to send the folder permission. thanks.Search with google for "ftp chmod".Windows uses attrib; chmod is a unix function. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
nugame Posted April 11, 2009 Author Posted April 11, 2009 (edited) I Resolved this one.Thanks for the reply Martin. I already know of each you mentioned. I am doing this on my unix system used for my website. I can easily do the chmod via cpanel or ftp client. what I was hoping for help on is the ftp commands using the ftp_ex UDF. can you help? thanks.Search with google for "ftp chmod".Windows uses attrib; chmod is a unix function. Edited August 17, 2009 by nugame Dr SherlockAlways a way
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now