Stage Two - The system cannot file the files specified

Redirect Server Checker for the Source Engine (CS:S, TF2, DOD:S, HL2MP, etc)--formerly CSRSC
Post Reply
Big_Cowboy
Posts: 4
Joined: Thu Nov 15, 2007 5:53 am

Stage Two - The system cannot file the files specified

Post by Big_Cowboy »

I'm getting the The system cannot file the files specified error on stage two.


This is my ini:

Code: Select all

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

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

//FTP Username
[FTPUser]
xxxxxxxxxx

//FTP Password
[FTPPass]
xxxxxxxxxx

//The root folder of your game mod, must be prefixed with /  ie. /cstrike.  Leave blank for root
[FTPPath]
/72.37.237.102/72.37.237.102 port 27015
I've set up SourceRSC successfully on another server. Usually the root of the game mod for TeamFortress2 is tf. On my other server it was:
/tf/209.247.83.30:27015/orangebox/tf

With this game server the root directory is:
/72.37.237.102/72.37.237.102 port 27015

In the URL it looks like:
ftp://72.37.237.102/72.37.237.102%20port%2027015/

I've tried both but still get the The system cannot file the files specified error. Any ideas?
Masher
Site Admin
Posts: 3617
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Stage Two - The system cannot file the files specified

Post by Masher »

My guess would be the ftp path isn't correct. If you'd like, feel free to send me a private message with your username/password and I'll debug it on my end. I have a feeling maybe the spaces are to blame, but don't know for sure.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Masher
Site Admin
Posts: 3617
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Stage Two - The system cannot file the files specified

Post by Masher »

You should simply use

Code: Select all

/72.37.237.102 port 27015
for your ftppath setting. I just tested it and works fine.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply