Hello.
I got my ftp uploader 50% finished but 1 problem,

current code:
Code:
ITC.Protocol = icFTP
ITC.URL = "no"
ITC.username = "not"
ITC.Password = "funny"
ITC.Execute ITC.URL, "PUT C:\lol.txt"
The thing is, PUT C:\lol.txt MUST be inside " "
I have tried "PUT", "c:\lol.txt" but that doesnt work.
I really need a working code that can have variables inside like:
"PUT", app.path & and so on...