Page 1 of 1

Cannot connect to game server ftp

Posted: Sat Aug 25, 2012 3:37 pm
by jay817
at the moment the connection time out, have tested with other ftp clients and works

Code: Select all

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

//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:\css\orangebox\cstrike

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

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

//Delete the CompressPath folder when done
[RmCPath]
False

//Don't process the addons folder of game server.  Set to False for Garry's Mod(True/False)
[SkipAddons]
False

//Skipmisc:  Automatically skip the logs, downloads, replay, svn related folders, and other misc folders on game server--speeds things up a bit (especially when using ftp) (True/False)
[SkipMisc]
True

//-----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]
81.19.211.164

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

//FTP Username
[FTPUser]
[Uname]

//FTP Password
[FTPPass]
[Pass]

//The root folder of your game mod, must be prefixed with /  ie. /cstrike.  Leave blank for root
[FTPPath]
/81.19.211.164 port 27056/orangebox/garrysmod

//Use passive mode?  Try toggling this if you are having problems connecting to the server (True/False)
[FTPPasv]
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
//Looking for a good deal on a redirect--checkout www.urldownload.com--prices start at $5/mo
[Redir-FTPSrvr]
gtxhosting.co.uk

//Redirect:  FTP Server Port (Def 21)
[Redir-FTPPort]
21

//Redirect:  FTP Username
[Redir-FTPUser]
{Uname]

//Redirect:  FTP Password
[Redir-FTPPass]
 [pass

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

//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)
//If set to false you'll need to manually upload the files in [CompressPath] path to your redirect.
[Redir-Upload]
True

//Redirect:  Create Redir-FTPPath if it doesn't exist
[Redir-CreateFtpPath]
False

//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)
//You should probably keep this off for Garry's Mod
//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]
Off

Re: Cannot connect to game server ftp

Posted: Sat Aug 25, 2012 5:07 pm
by Masher
Have you tried toggling the passv/passive setting?

Re: Cannot connect to game server ftp

Posted: Sun Aug 26, 2012 11:03 am
by jay817
makes no difference

Re: Cannot connect to game server ftp

Posted: Sun Aug 26, 2012 12:50 pm
by Masher
Can you provide the tool output?

Re: Cannot connect to game server ftp

Posted: Sun Aug 26, 2012 2:13 pm
by jay817

Code: Select all

SourceRSC Version 1.99 by Brainless Technologies Ltd.
www.brainless.us
Ini:  sourcersc.ini
Gameserver query mode:  FTP
Redirect query mode:  FTP
Compress path:  c:\temp\bzd
Game Mod:  GMOD
Platform:  Windows
This software is free for non-commercial use.

-----Phase One-----Basefile
Contacting Brainless.us for updated basefiles....local file is current.
Entries in basefile:  9473

-----Phase Two-----Gameserver
Connected to FTP Server
Please be patient, this process may take awhile

Failed to accept connection within timeout period (60000)
Lost connection, attempting reconnect...

Re: Cannot connect to game server ftp

Posted: Sun Aug 26, 2012 3:18 pm
by Masher
Not sure. Everything looks good. Maybe your software firewall is blocking it?

I plugged your ip in my cfg (of course I don't have user/pw) but looks like it's atleast talking to the server. Doesn't seem to be an issue with the program.

Code: Select all

-----Phase Two-----Gameserver
User 'testuser' or password is not valid. (code=500) (code=500)
Not connected to gameserver ftp, retrying...
User 'testuser' or password is not valid. (code=500) (code=500)
Not connected to gameserver ftp, retrying...

Re: Cannot connect to game server ftp

Posted: Sun Aug 26, 2012 3:42 pm
by jay817
now we are getting somewhere the problem is when you give it correct login details and seems to have issues accessing the folder


started with a new config file and dropped the firewall fixed it.