progress bar during copy file from ftp to c:\

User avatar
sal21
PlatinumLounger
Posts: 4353
Joined: 26 Apr 2010, 17:36

progress bar during copy file from ftp to c:\

Post by sal21 »

I dont remember if just have post a question...
But dont found in my resource

User avatar
HansV
Administrator
Posts: 78446
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: progress bar during copy file from ftp to c:\

Post by HansV »

I don;t think that is possible.
Best wishes,
Hans

User avatar
sal21
PlatinumLounger
Posts: 4353
Joined: 26 Apr 2010, 17:36

Re: progress bar during copy file from ftp to c:\

Post by sal21 »

HansV wrote:
04 Nov 2020, 19:12
I don;t think that is possible.
OK
BUT for a simply copy file from web, to c:\mydir\

based:
...
Dim sFileName As String, sSource As String, sDest As String

sFileName = "aggiornamento.EXE"
sSource = "http://www.mysite.it/public/" & sFileName
sDest = "C:\SERVIZIO\" & sFileName

...

the exe file is approx 45 Mb

User avatar
HansV
Administrator
Posts: 78446
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: progress bar during copy file from ftp to c:\

Post by HansV »

There is no way to know in advance how long the download will take.
Best wishes,
Hans