ive been trying to use the ftp plugin. I managed to get it connected up ok when i specified the url/user/pass in the program but im having difficulty when using user inputs;-
the error im getting is 'attempt to index global FTP (a string value)'Code:myFTP = Input.GetText("iptFTP"); myUser = Input.GetText("iptUser"); mypass = Input.GetText("iptAssp"); if Label.GetText("FTPStatus")=="Disconnected" then FTP.Connect(myFTP, myUser, mypass, "", true); end

