|
-
Jul 17th, 2000, 10:56 AM
#1
Thread Starter
Fanatic Member
=/ can someone help me fix this problem...
What's the diff between these 2 statements?
Inet1.Execute , "PUT ", Text1.Text, Text2.Text
Inet1.Execute , "PUT C:\stuff.txt stuff.txt"
the second one uploads fine, but the first one won't.
Text1.TExt = Path
Text2.Text = filename
I'm siply uploading files to an ftp...
Thank you,
D!m
-
Jul 17th, 2000, 11:04 AM
#2
Fanatic Member
The first parameter is for the address of the computer you are connecting to. So the first one tells it to connect to the computer PUT and run the command text1 text2
Kurt Simons
[I know I'm a hack but my clients don't!]
-
Jul 17th, 2000, 11:06 AM
#3
Thread Starter
Fanatic Member
So how would i upload files that are specified in a text box?
-
Jul 17th, 2000, 11:19 AM
#4
Junior Member
Inet1.Execute , "PUT " & Text1.Text & " " & Text2.Text
Inet1.Execute , "PUT C:\stuff.txt stuff.txt"
-
Jul 17th, 2000, 12:47 PM
#5
Thread Starter
Fanatic Member
Thanx, i figured it out 
now i just have to place it in a waiting sequence b4 each upload.
Laterz,
D!m
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
|