how to check ftp download completed

cirollo

Active Member
Licensed User
Longtime User
....just to know, when downloading some files with ftp library

how can i check that is all downloaded before proceding with elaboration?

there is the sub
FTP_DownloadCompleted (ServerPath As String, Success As Boolean)

but i don't know how to check it
 

cirollo

Active Member
Licensed User
Longtime User
I know

Erel, I know the FTP_DownloadCompleted Sub but I need to check it before trying to download a file, only to check if the logon is successfull


is possible?
 
Upvote 0
Top