Hello.
I got my ftp uploader 50% finished but 1 problem,
current code:
The thing is, PUT C:\lol.txt MUST be inside " "Code:ITC.Protocol = icFTP ITC.URL = "no" ITC.username = "not" ITC.Password = "funny" ITC.Execute ITC.URL, "PUT C:\lol.txt"
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...




Reply With Quote