Unhandled error 550

Redirect Server Checker for the Source Engine (CS:S, TF2, DOD:S, HL2MP, etc)--formerly CSRSC
Post Reply
psgdrioid
Posts: 5
Joined: Sun Jul 10, 2011 8:20 am

Unhandled error 550

Post by psgdrioid »

SourceRSC Version 1.97 by Brainless Technologies Ltd.
www.brainless.us
Ini: sourcersc.ini
Gameserver query mode: FTP
Redirect query mode: FTP
Compress path: E:\OG Server\bzd
Game Mod: CSS
Platform: Windows

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

-----Phase Two-----Gameserver
Connected to FTP Server
Please be patient, this process may take awhile
________________________________________________________________________________
________________________________________________________________________________
________________________________________________________________________________
________________________________________________________________________________
______________________________________________________________________
Files found on server: 19873

Determining custom/extra files....
Total extra files: 336

-----Phase Three-----Redirect
Connected to FTP Server
Please be patient, this process may take awhile

Files found on redirect: 0
Total files missing on redirect: 336

-----Phase Four-----Compression
Processing #1/336::Skipping file dl/comp, file found in CompressPath: admins-sql
ite.sq3
Uploading to /cstrike/addons/sourcemod/configs/sql-init-scripts/sqlite
Unhandled Error: The system cannot find the file specified. (code=550)
at EnterpriseDT.Net.Ftp.FTPControlSocket.ValidateReply(FTPReply reply, String
[] expectedReplyCodes)
at EnterpriseDT.Net.Ftp.FTPClient.ChDir(String dir)
at #=qcQOwpGTBfoGo7otM4FQqElsKn3ZWXgVOLEvsdxY9nbM=.#=q7UKMQ$FeZqOZhrTDyEhaEg=
=(String #=qLiIF83nYP$GHMIQEPrf6BQ==, String #=qLAAYtrdDqWbbXtIT4N6tfQ==, FTPCli
ent& #=q2JjBbYTX0BzSmzBL2of7pA==)
at #=qcQOwpGTBfoGo7otM4FQqElsKn3ZWXgVOLEvsdxY9nbM=.#=qkXYsRxz33v45f7snh$eDfA=
=()
at #=qFW993MIioHb6MxPz67CfWyrNhTwFreeDmmlzh59ogc8=.#=qRRgnfFfrspxUt6VYQ2gYnA=
=(String[] #=qeMSs72AfoLNB$1TcCGppBA==)
Press enter to continue
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Unhandled error 550

Post by Masher »

I did get your email, but your mail server is rejecting emails from my mail server.

Post your .ini minus password.
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!
psgdrioid
Posts: 5
Joined: Sun Jul 10, 2011 8:20 am

Re: Unhandled error 550

Post by psgdrioid »

I just added you to whitelist brainless.us

//Tell SourceRSC what mod it's working with (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]
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 SourceRSC save compressed downloaded files to
//Leaving this as-is is fine.
[CompressPath]
E:\OG Server\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, 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]
208.167.243.97

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

//FTP Username
[FTPUser]
*********

//FTP Password
[FTPPass]
*********

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

//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]
myoddstuff.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]
/cstrike

//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
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Unhandled error 550

Post by Masher »

Does /cstrike actually exist on the redirect ftp server?
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!
psgdrioid
Posts: 5
Joined: Sun Jul 10, 2011 8:20 am

Re: Unhandled error 550

Post by psgdrioid »

yes it does, I just got a config file from a friend and now it works you want me to post so you can see difference?
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Unhandled error 550

Post by Masher »

Sure, if you'd like.
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!
psgdrioid
Posts: 5
Joined: Sun Jul 10, 2011 8:20 am

Re: Unhandled error 550

Post by psgdrioid »

//Tell SourceRSC what mod it's working with (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]
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]
/hl2server/cstrike

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

//If querying game server via FTP, where should SourceRSC save compressed downloaded files to
//Leaving this as-is is fine.
[CompressPath]
/tmp/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, 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]
208.167.243.97

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

//FTP Username
[FTPUser]
******

//FTP Password
[FTPPass]
*******

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

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

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

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


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

//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 leave 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
psgdrioid
Posts: 5
Joined: Sun Jul 10, 2011 8:20 am

Re: Unhandled error 550

Post by psgdrioid »

Question for you, is it possible to add things to the download (other directories)? Would be nice to save a copy of server config files and special files in case of server crash.


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

Re: Unhandled error 550

Post by Masher »

afraid not. you don't want server configs in a place they are publicly accessible
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