Could you help me, I am trying to create a FTP program and have nearly finished. But I have hit a wall when it comes to the progress bar, I have a progress bar that takes two figures one I have put the local file size and the other I had planned to put the remote file size. The only problem is I have found is that the " Filesystem.FileLen( PathName As String ) As Long " Doesn't seem to let me get the file size of a Remote file. Have you got any Ideas on how I can get round this?
Thank you