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.