|
-
May 27th, 2005, 08:53 AM
#1
Thread Starter
Fanatic Member
Reading all files using FTP
With this sentences
bRet = FtpGetFile(hConnection, szFileRemote, szFileLocal & "/" & szFileRemote, False, _
INTERNET_FLAG_RELOAD, dwType, 0)
I can read (get) a file from a FTP, but i need to GET ALL FILES (FROM THE FTP) and to PUT all FILES (From my folder).
Any help?
-
May 28th, 2005, 10:57 AM
#2
Re: Reading all files using FTP
Maybe this code example will help you 
Cheers,
RyanJ
-
Jun 3rd, 2005, 06:08 AM
#3
Re: Reading all files using FTP
You'd need to first loop through all the files in whichever folder getting their names, then you'd need to loop through each getting them.
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|