chasenyc
02-12-2005, 12:21 PM
I know how to FTP a specific file but how do you FTP an entire folder?
FTPing a Folderchasenyc 02-12-2005, 12:21 PM I know how to FTP a specific file but how do you FTP an entire folder? calvn84 02-14-2005, 12:14 AM Just put a list FileListBox on your form, set the path to the directory you would like to upload, and run a for loop like.... For j = 0 to File1.ListCount-1 SendFileSub(file1.List(j)) Next William_Cain 02-14-2005, 07:37 AM If you want to upload an entire folder with subfolders and files, you could use the control I've made. There's a link to it in my signature. |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum