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. ??
Printable View
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. ??
inet is very simple to use...simply reffer to this examples for almost everything that inet can be used for.
Reffer to that example for extended functions.Code:'upload
Inet1.Execute , "PUT C:\text.txt /test.txt"
'change dir
Inet1.Execute , "DIR " & Path & "/*.*"
Gl,
D!m
Cheers.
I got an error, no remote computer specified ?
mmmm, what would it be if the path was 'psyvision-soft.net'