PDA

View Full Version : Upload directory with files via FTP


davidevery
10-28-2003, 06:09 PM
Hi, can someone please show me how how to upload a directory containing files via FTP , at the same time creating the directory on the remote server
Thanks for your help
David Every

kinook
10-28-2003, 07:38 PM
This is demonstrated in the Recurse.bld sample ('Update Web Site' section).

davidevery
10-28-2003, 09:34 PM
Yes I tried that, but the ProcessFiles example in recurse.bld does not populate the System Macros starting with "PROC_FILES" , so the next line (the FTP command) fails with "local file not found"

I seeded the ProcessFiles directory with the correct location..

any help appreciated..

Thanks

David Every

kinook
10-29-2003, 06:54 AM
It sounds like you're trying to build the steps with Rebuild Selected, which doesn't work for the Process Files action since it is an iterating action. See http://www.kinook.com/Forum/showthread.php?threadid=170 for other ways to do this.

davidevery
10-29-2003, 04:41 PM
Ok thanks, maybe I am, I'll check it out....