I'm using ExFTPConnection.Save to save connection properties. I'm also aware of the ExFTPConnection.Load method of loading properties. Is there any documentation or sample code available to help me with pulling the actual individual properties from the file I'm loading using ExFTPConnection.Load?
I want to be able to connect to a host by loading the properties from a file versus having to always type in the login and password.
Thx.