How can I watch an FTP transfer? 
Author Message
 How can I watch an FTP transfer?

Hello all,

I need to know if an FTP transfer is taking too long or can I keep an eye on
the
number of bytes per second transferred to determine an FTP download/upload
that has gone
bad.

Has anyone any idea on how to achieve this?

The connection established using the following:

        bRet = FtpGetFile(hConnection, szFileRemote, szFileLocal & "/" &
szFileRemote, False, _
        INTERNET_FLAG_RELOAD, dwType, 0)

I assume this is a synchronous connection- and thus I can't do it???
Has anyone got sample code to do it asynchronously???

I have been asking this Q for months now- I really CAN'T believe no one has
done this before or knows an alternative!!
I simply want to monitor the number of bytes coming in/ going out of the
connection.

--

Julian Milano



Tue, 25 Feb 2003 12:09:13 GMT  
 How can I watch an FTP transfer?

I use PowerFTP, works great!

Quote:

> Hello all,

> I need to know if an FTP transfer is taking too long or can I keep an eye on
> the
> number of bytes per second transferred to determine an FTP download/upload
> that has gone
> bad.

> Has anyone any idea on how to achieve this?

> The connection established using the following:

>         bRet = FtpGetFile(hConnection, szFileRemote, szFileLocal & "/" &
> szFileRemote, False, _
>         INTERNET_FLAG_RELOAD, dwType, 0)

> I assume this is a synchronous connection- and thus I can't do it???
> Has anyone got sample code to do it asynchronously???

> I have been asking this Q for months now- I really CAN'T believe no one has
> done this before or knows an alternative!!
> I simply want to monitor the number of bytes coming in/ going out of the
> connection.

> --

> Julian Milano



Mon, 03 Mar 2003 00:10:19 GMT  
 How can I watch an FTP transfer?
See the InternetSetStatusCallback function.

--
Monte Hansen
http://KillerVB.com


Quote:


de

> > Hello all,

> > I need to know if an FTP transfer is taking too long or can I keep an
eye
> on
> > the
> > number of bytes per second transferred to determine an FTP
download/upload
> > that has gone
> > bad.

> > Has anyone any idea on how to achieve this?

> > The connection established using the following:

> >         bRet = FtpGetFile(hConnection, szFileRemote, szFileLocal & "/" &
> > szFileRemote, False, _
> >         INTERNET_FLAG_RELOAD, dwType, 0)

> > I assume this is a synchronous connection- and thus I can't do it???
> > Has anyone got sample code to do it asynchronously???

> > I have been asking this Q for months now- I really CAN'T believe no one
> has
> > done this before or knows an alternative!!
> > I simply want to monitor the number of bytes coming in/ going out of the
> > connection.

> > --

> > Julian Milano



Mon, 17 Mar 2003 03:00:00 GMT  
 How can I watch an FTP transfer?

Maybe you can help me.

Look at the post: Simple FTP to an Intranet Server


Quote:
> See the InternetSetStatusCallback function.

> --
> Monte Hansen
> http://KillerVB.com




mensaje
> de

> > > Hello all,

> > > I need to know if an FTP transfer is taking too long or can I keep an
> eye
> > on
> > > the
> > > number of bytes per second transferred to determine an FTP
> download/upload
> > > that has gone
> > > bad.

> > > Has anyone any idea on how to achieve this?

> > > The connection established using the following:

> > >         bRet = FtpGetFile(hConnection, szFileRemote, szFileLocal & "/"
&
> > > szFileRemote, False, _
> > >         INTERNET_FLAG_RELOAD, dwType, 0)

> > > I assume this is a synchronous connection- and thus I can't do it???
> > > Has anyone got sample code to do it asynchronously???

> > > I have been asking this Q for months now- I really CAN'T believe no
one
> > has
> > > done this before or knows an alternative!!
> > > I simply want to monitor the number of bytes coming in/ going out of
the
> > > connection.

> > > --

> > > Julian Milano



Sat, 12 Apr 2003 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Binary FTP Transfer with Inet Transfer Control

2. Internet Transfer Control - Cannot FTP to Intranet FTP sites

3. Ftp to Ftp transfers (and assorted other thingies)

4. Watch on Guid; Watch formats

5. Jaeger LeCoultre Master Compressor Geographic Watches - Jaeger LeCoultre Watches Minimum Price

6. How do I "watch" an FTP transfer?

7. Automating FTP transfers in Access95 Modules.

8. FTP with Internet Transfer Control

9. FTP transfer types

10. FTP File Transfer and Wildcards

 

 
Powered by phpBB® Forum Software