|
-
Oct 4th, 2000, 02:33 PM
#1
Thread Starter
Frenzied Member
Once connected to a ftp server what is the code to send (using inet) to make it change to another directory on the server to upload a file to that dir. ??
-
Oct 4th, 2000, 03:41 PM
#2
Fanatic Member
inet is very simple to use...simply reffer to this examples for almost everything that inet can be used for.
Code:
'upload
Inet1.Execute , "PUT C:\text.txt /test.txt"
'change dir
Inet1.Execute , "DIR " & Path & "/*.*"
Reffer to that example for extended functions.
Gl,
D!m
-
Oct 5th, 2000, 12:43 PM
#3
Thread Starter
Frenzied Member
-
Oct 5th, 2000, 01:15 PM
#4
Thread Starter
Frenzied Member
I got an error, no remote computer specified ?
-
Oct 5th, 2000, 01:20 PM
#5
Thread Starter
Frenzied Member
mmmm, what would it be if the path was 'psyvision-soft.net'
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
|