Jump to content

customize some settings in a FTP client


clam5917
 Share

Recommended Posts

Hi There,

I am wondering if it is possible to customize some settings in a FTP client before it is distributed to users?  I have few example on what i would like to automate.  Please see the attached file.

If this is do able, please give me some guidence on how to do this with scripting.  Maybe some examples too will help. :-) 

Thanks,

Installing the CorpFTP client.docx

Link to comment
Share on other sites

Take it one step at a time! Your document already shows you can put tasks into steps, just now go by each step and try scripting it, if you have trouble, then ask. :)

The _IE functions will be a good start for downloading the client from the website. ;)

Edited by MikahS

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

Link to comment
Share on other sites

All settings are stored in the registry (HKEY_CURRENT_USERSoftwareFTPWareCoreFTPSites). Each key is a site, with its configuration.

You just have to find which is the value for each setting you want to apply, and then use RegWrite to write the value (the configuration script will have to be run with the user account)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...