Error Message 550

Redirect Server Checker for the Source Engine (CS:S, TF2, DOD:S, HL2MP, etc)--formerly CSRSC
Post Reply
SpikerNoob
Posts: 2
Joined: Sat Apr 03, 2010 10:59 am

Error Message 550

Post by SpikerNoob »

I have been using SourceRSC for a few years now and love it. Of course, every time we switch providers, I have problems and this time it is no exception. Here is the error message I am receiving.

Code: Select all

SourceRSC Version 1.90 By Masher
www.brainless.us
Ini:  sourcersc.ini
Gameserver query mode:  FTP
Redirect query mode:  FTP
Compress path:  .\compressed
Game Mod:  TF2
Platform:  Windows

-----Phase One-----Basefile
Contacting URLDownload.com for updated basefiles....local file is current.
Entries in basefile:  19464

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

The system cannot find the file specified. (code=550)
Lost connection, attempting reconnect...

I have tried multiple variations of the map location ip but nothing seems to be working. Here is my .ini file.

Code: Select all

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

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

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

//FTP Username
[FTPUser]
xxxxxx

//FTP Password
[FTPPass]
xxxxxx

//The root folder of your game mod, must be prefixed with /  ie. /cstrike.  Leave blank for root
[FTPPath]
/69.65.61.55 port 27016/orangebox/tf/maps

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

//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
//Looking for a good deal on a redirect--checkout www.urldownload.com--prices start at $5/mo
[Redir-FTPSrvr]
alpha.ftpsitecontrol.com

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

//Redirect:  FTP Username
[Redir-FTPUser]
*******

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

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

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

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

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

Re: Error Message 550

Post by Masher »

I'd guess your game server path

Code: Select all

/69.65.61.55 port 27016/orangebox/tf/maps
Isn't right. I have no way of telling you what the correct path would be without your username/password. You could also connect to your site with a FTP client, and then post the names of the folders you have to click on to get to your maps folder; then I should be able to provide the right setting.
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!
SpikerNoob
Posts: 2
Joined: Sat Apr 03, 2010 10:59 am

Re: Error Message 550

Post by SpikerNoob »

/69.65.61.55_port_27016/orangebox/tf/maps

Image
Masher
Site Admin
Posts: 3617
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Error Message 550

Post by Masher »

Interesting. Looks like the correct setting.

Do one more thing for me. Use the command line ftp client (start-run-->ftp <ip>). After connecting, issue a pwd and tell me what it returns.
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