Jump to content
UBot Underground

using ftp to pull data off my server


Recommended Posts

Hey awesome peeps!  Having trouble getting my bot to pull info off my server using ftp.  Basicly, i want the bot to simply pull data of a txt file i put on my server people using the bot will have updated messages from me all the time...but can't seem to figure out how to pull the data.  i would think it would be similar to pulling data out of a txt file on the local machine.  any help would be much appreciated

 

Link to post
Share on other sites

Hey Marty,

 

You can do it like this...

set(#read$read file("http://yourgomain.com/your-message.txt"), "Global")
load html(#read)
ui stat monitor(#read"")

 

or just navigate to the url and it will show in the browser.

 

TC

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...