|
-
Jul 27th, 2000, 12:14 AM
#1
Thread Starter
Fanatic Member
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]
-
Jul 27th, 2000, 12:31 AM
#2
Hyperactive Member
That's not working for me, do you have any sample program or something that you could email to me?
-
Jul 27th, 2000, 12:37 AM
#3
Hyperactive Member
Maybe the winsock control would work, do you know how to use that?
-
Jul 27th, 2000, 12:41 AM
#4
Hyperactive Member
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
|