Wb-FreeKill Posted March 8, 2005 Posted March 8, 2005 I would like to know if its possible to Read or Even write from a ini file witch is on a website or FTP server, is that possible?
SlimShady Posted March 8, 2005 Posted March 8, 2005 You will need to download the INI file. Then you can use it.
Wb-FreeKill Posted March 8, 2005 Author Posted March 8, 2005 You will need to download the INI file. Then you can use it.<{POST_SNAPBACK}>okay, but then i need to upload it again, i have to put some informations form various computers in the log file, so can i upload it, or is that not possible?
zcoacoaz Posted March 8, 2005 Posted March 8, 2005 use a batch script to upload it [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
Wb-FreeKill Posted March 8, 2005 Author Posted March 8, 2005 use a batch script to upload it<{POST_SNAPBACK}>uhmm, is that simple, i know VERY little about batch file "programmeing"So how would that look?
zcoacoaz Posted March 8, 2005 Posted March 8, 2005 batch.bat:ftp -s:script.ftpscript.ftp:open (server) (username) (password) (commands to execute) quitread this [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now