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?