| Author | Topic: FTP progress bar? |
---|
| Mike Grace | FTP progress bar?
on Tue, 25 Feb 2003 11:13:37 +0000Is it possible?
It doesn't seem to be because Asinet, Funcky and Marshallsofts FCE4XB do not
seem to support call back slots.
Is there any way to do this myself?
Do I have to get messy with sockets?
Regards
Mike |
| guenter.beyes@xsys.biz | Re: FTP progress bar?
on Tue, 25 Feb 2003 12:31:55 +0000Hi Mike,
Marshallsoft's FCE4XB does support progress bars; please review
fceSetInteger( channel, FCE_SET_AUTO_CALL_DRIVER, 0 )
fceDriver( channel )
fceGetInteger( channel, FCE_GET_FILE_BYTES_SENT ),
fceGetInteger( channel, FCE_GET_FILE_BYTES_RCVD )
in the users and reference manuals.
HTH and regards
Gnter Beyes
XSYS Datenkommunikation GmbH |
| Mike Grace | Re: FTP progress bar?
on Tue, 25 Feb 2003 12:41:41 +0000Ah O.K.
Thanks Gunter, I will look into this.
Regards
Mike
"Gnter Beyes" <guenter.beyes@xsys.biz> wrote in message
news:3e5b5ddd.4082151@news.alaska-software.com...
>
> Hi Mike,
>
> Marshallsoft's FCE4XB does support progress bars; please review
>
> fceSetInteger( channel, FCE_SET_AUTO_CALL_DRIVER, 0 )
> fceDriver( channel )
> fceGetInteger( channel, FCE_GET_FILE_BYTES_SENT ),
> fceGetInteger( channel, FCE_GET_FILE_BYTES_RCVD )
>
> in the users and reference manuals.
>
> HTH and regards
>
> Gnter Beyes
> XSYS Datenkommunikation GmbH
> |
| Anand Gupta | Re: FTP progress bar?
on Thu, 27 Feb 2003 12:06:15 +0530Does ASINET supports this too ?
Anand
"Gnter Beyes" <guenter.beyes@xsys.biz> wrote in message
news:3e5b5ddd.4082151@news.alaska-software.com...
>
> Hi Mike,
>
> Marshallsoft's FCE4XB does support progress bars; please review
>
> fceSetInteger( channel, FCE_SET_AUTO_CALL_DRIVER, 0 )
> fceDriver( channel )
> fceGetInteger( channel, FCE_GET_FILE_BYTES_SENT ),
> fceGetInteger( channel, FCE_GET_FILE_BYTES_RCVD )
>
> in the users and reference manuals. |
| phil@compucar.net | Re: FTP progress bar?
on Thu, 27 Feb 2003 09:43:39 +0000>Does ASINET supports this too ?
No.
Regards,
Phil Ide
Xbase++ FAQ
current release: 8, Monday 4th February 2002, 14:54
***
* Xbase++ FAQ:
* online : http://www.idep.org.uk/xbase/xbfaq/xbfaq.htm
* : www.software-braun.de/xbfaq/xbfaq.htm
* download: http://www.idep.org.uk/xbase/xbfaq.zip
* : www.software-braun.de/xbfaq/xbfaq.zip
*** |