View Single Post
  #2  
Old 08-16-2005, 04:00 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,025
The Process Files method does result in a new connection for each file. Adding a Wait step in the loop to pause between each file may help, depending on the delay required by your server. The next release of VBP will have recursive put built into the FTP action (using a single connection for all files).

See the Recurse.bld sample (Update Web Site section) for how to recursively put files into subfolders to match the source.
Reply With Quote