cypher175 Posted March 10, 2010 Posted March 10, 2010 Is there any way to do Multiple Concurrent FTP Transfers..?? I made an FTP script utilizing "_FTP_DirPutContents" but it only seems to upload one file at a time.. Is there anyway to make it upload like 5 files at a time at all..??
martin Posted March 12, 2010 Posted March 12, 2010 anybody have any suggestions..??You would need to have more than one process running at a time each transferring a file. You could compile a script which took parameters for the source and the destination files, user name etc and call the exe from a script several times for different files, and whenever one finsihed start another so that you always had say 4 going at once until all the files were uploaded.But would sending more than one file at a time be any faster? 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.
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