ftp problem - help making/uploading

Status
Not open for further replies.

mowax

New Member
Messages
32
Reaction score
0
Points
0
hey all.

Thanks very much for the free service, amazing.

i'm using a little program for counter strike that looks at the game server and checks for missing files via ftp to a host. if it finds any then it downloads them from the game server and zips them and uploads them to the ftp location (i simply drag them to the public, html location) then point counter strike to look there for any missing maps, sounds etc.

It means that there is no lag on the game server when people are downloading a map etc.

this is the link. http://www.rizla.exofire.net/redir/ (this works fine for downloading to the client)

how ever i need to make a folder/directory to let the program update the files to.

if i can get it to point straight to that one above then great, but if i have to have them point to another location then that's ok as i'll just drag the files over.

the 1st option would be good as that would save less disk space and also the hassle of having to moove them once they have been zipped.


below is the code that i use to run the ftp program.

hope this explains it ok and thansk for reading.


//Tell csrsc what mod it's working with (CSS, HL2DM, DODS or TF2)
//If using a custom RSC file for a mod, enter the name of the RSC file minus the .rsc
[GameMod]
CSS

//Gameserver query mode (FTP or Local)
[GSQryMode]
ftp

//Redirect query mode (FTP or Local)
[RedirQryMode]
ftp

//Enter the path to the gamemod if querying gameserver via local mode
[ServerPath]
c:\hl2server\cstrike

//Enter the root path to the redirect if querying redirect via local mode
[RedirectPath]
c:\hl2server\redir

//If querying game server via FTP, where should CSRSC save compressed downloaded files to
//Leaving this as-is is fine.
[CompressPath]
.\compressed

//-----The following ftp server info is used to connect to the Gameserver-----
//This section is only needed if querying gameserver via FTP
//FQDN or IP of your FTP Server
[FTPSrvr]
212.187.247.236

//FTP Server Port (Def 21)
[FTPPort]
21

//FTP Username
[FTPUser]
my user name

//FTP Password
[FTPPass]
my password

//The root folder of your game mod, must be prefixed with / ie. /cstrike. Leave blank for root
[FTPPath]
/css/212.187.247.236:27015/cstrike

//Use passive mode? Try toggling this if you are having problems connecting to the server (True/False)
[FTPPasv]
False

//Skipmisc: Automatically skip the logs, downloads, and addonds folder on the game server--speeds things up a bit (True/False)
[FTPSkipMisc]
True

//-----The following ftp server info is used to connect to the Redirect-----
//This section is only needed if querying redirect via ftp
//Redirect: FQDN or IP of your FTP Server

[Redir-FTPSrvr]
ftp://rizla.exofire.net/public_ftp/incoming/
//Redirect: FTP Server Port (Def 21)
[Redir-FTPPort]
21

//Redirect: FTP Username
[Redir-FTPUser]
my user name

//Redirect: FTP Password
[Redir-FTPPass]
my password

//The root folder of your redirect, must be prefixed with / ie. /redir. Leave blank for root
[Redir-FTPPath]
/redir

//Redirect: Use passive mode? Try toggling this if you are having problems connecting to the server (True/False)
[Redir-FTPPasv]
true

//Redirect: Automatically upload new compressed files to the redirect? (True/False)
[Redir-Upload]
True

//Debug: Be very verbose? (True/False)
[Debug]
False

//Autoupdate: Automatically check for updated basefiles(True/False)
[AutoUpdate]
True

//Delete files on the redirect that aren't on the server? (Off, Report, or Delete)
//Off==feature disabled
//report==will report files on the redirect that aren't on the game server
//delete==same as report but will automatically delete them (ensure everything is working correctly before setting to this)
[RedirectCleaner]
report

Don't process the addons folder of game server when using local mode. USE [ftpskipmisc] if using ftp. (True/False)
[SkipAddons]
false
 

mowax

New Member
Messages
32
Reaction score
0
Points
0
oh there's nothing that matches any naughty files? they are just some counter strike maps ?
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
You can not use it solely for file hosting. You must have a website and the files on your account must be related directly to the site you have.
 

mowax

New Member
Messages
32
Reaction score
0
Points
0
great, can i advertise your site by using some banners for you? i'll put it all over the place as a little way of saying thanks to you!
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
You can use the banners from the "Referral Center".

If you need further assistance feel free to re-open this thread.
 
Status
Not open for further replies.
Top