|
-
Sep 10th, 2000, 07:28 AM
#1
Thread Starter
Ex-Super Mod'rater
I am trying to make a FTP, but have one problem. That is that when I am uploading a file I want to be able to check how big the internet copy is. I would then compare it to the Local copy, then I could work out the progress.
I tried to do this first by using :
Filesystem.FileLen(Path As String) As Long
But this only seems to work for a Local file.
Can you please help me. Thanx for any help you offer.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Sep 10th, 2000, 07:39 AM
#2
Are you using the Internet transfer control? In that case try using the GetHeader method:
Code:
Text1 = Inet1.GetHeader("Content-length")
Good luck!
-
Sep 10th, 2000, 07:40 AM
#3
Thread Starter
Ex-Super Mod'rater
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Sep 10th, 2000, 07:44 AM
#4
Thread Starter
Ex-Super Mod'rater
Whats it called on the list??
U know the components list.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Sep 10th, 2000, 07:49 AM
#5
Microsoft Internet Transfer Control
-
Sep 10th, 2000, 07:51 AM
#6
Thread Starter
Ex-Super Mod'rater
havn't got it could you send it by any chance??
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Sep 10th, 2000, 11:20 AM
#7
What version of VB do you have?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|