=/ 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