ID:261335
 
Hello I need help in sending some of my files from server to server for My Castle - RTS game. I have been trying to use the World.Export() , Client.Export() , and the fcopy(). But and cant seem to understand any of them. Since it is my first time trying to do somthing like this so please treat me as a newbie even thow I have been on Byond about 2 years.

Some of my code for a verb is bellow
address(address as text)
fcopy('books.sav','byond://65.165.85.197:1247/books.sav')
client.Export("[address]##action=ftp",'books.sav')

Do tell me what u think??
I need all the help I can get

Take a look at the hubfiles demo.
In response to Nadrew
uhhh will they tell me how to do it or show me how I dont want to look if they wount?
In response to Nadrew
I read it and it didnt spark any thing That I wanted to do. So u have any thing else I can read?