Sup,
I have made something where as it uploads to my forum. Well its all nice but there is one small thing that has stumped me.
I know how to save stuff onto my hard drive and I know how to check and see if it exists.
Well how do I see if it exists on the FTP?
See this is going to be for a future online multiplayer game but I dont want people to register and have it delete someone elses.
For if it were on the hard drive of the user I would do something like this:
if file exist(file$)=0
save byte 1,whatever
else
print "user exists"
endif
Well how do I do a code like this but for FTP?
If you know what I am talking about please respond. If you dont know what I am trying to say please let me know and I will be more descriptive.
Thanks
Nicolas