Something like:
Code:
'To connect
Inet1.AccessType = icUseDefault
Inet1.URL = "xxx.xxx.xxx.xxx"
Inet1.UserName = "me"
Inet1.Password = "****"
Code:
'To Downlaod file
Inet1.Execute , "Get text.txt C:\text.txt"
'downloads text.text to C:\
I assume you know how to open a file into a text box from there.
Code:
'Upload it back
Inet1.Execute , "PUT C:\test.txt test.txt"
Hope that helps, and it MAY produce some errors, so just try diff things (like placing a "/"b4 the remote file name.

Gl,
D!m

[Edited by Dim on 07-27-2000 at 01:17 AM]