Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ftp upload total progress for multiple files
#1
I've been trying to figure out how to even get a progress bar on a single http://Ftp.FilePut without luck.

I don't remember if I figured it out before and couldn't really find a clear example other than a depreciated version that states to use SetProgressDialog and SetProgressCallback without an example.


Anyhow, I would like to show total progress for multiple files that being uploaded via Ftp.

thanks,
Jim
#2
Cannot show total progress.
Progress dialog for each file:

Ftp f.Connect(...)
f.DirSet(...)
f.SetProgressDialog(1)
f.FilePut(...)
f.FilePut(...)
#3
On my home computer, f.SetProgressDialog(1) did not bring up the progress bar so I thought I was doing it wrong. At work, progress bar works fine.

Thanks,
Jim


Forum Jump:


Users browsing this thread: 1 Guest(s)