I have used:
'blnSuccess = FTPDownloadFile("YourHostName", "YourUserName", "YourPassword", "YourLocalFileName", "YourRemoteFileName", "YourDir", "YourMode")
to pickup files from ftp sites. Now however, I need to set both Port and Security (Auth TLS) as well.
I can pick up the file manually using FireFTP but will need a script to run it eventually. Anyone have any experience with this?
Thanks.
'blnSuccess = FTPDownloadFile("YourHostName", "YourUserName", "YourPassword", "YourLocalFileName", "YourRemoteFileName", "YourDir", "YourMode")
to pickup files from ftp sites. Now however, I need to set both Port and Security (Auth TLS) as well.
I can pick up the file manually using FireFTP but will need a script to run it eventually. Anyone have any experience with this?
Thanks.