FTP Closed error - IMG included

Redirect Server Checker for the Source Engine (CS:S, TF2, DOD:S, HL2MP, etc)--formerly CSRSC
Post Reply
djdeath
Posts: 2
Joined: Mon Jul 13, 2009 1:25 am

FTP Closed error - IMG included

Post by djdeath »

alright i just started using this software and i got everything setup and i get this problem..

Image

even tryed the passive mode changeup :(

Any help would be appricated!

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

Re: FTP Closed error - IMG included

Post by Masher »

I'm not real sure why it wouldn't download. It looks like it go the file listing ok from the server. Normally I'd say you need to change the passive setting but it appears you've already tried that. I'd maybe try running it later incase there's a problem with the server. If you want to post your ini (minus any passwords) I can look over that as well.
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!
djdeath
Posts: 2
Joined: Mon Jul 13, 2009 1:25 am

Re: FTP Closed error - IMG included

Post by djdeath »

Here is my INI file... ARG this makes me so irratated

Code: Select all

//Tell csrsc what mod it's working with (CSS, HL2DM, DODS, TF2, L4D)
//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]
local

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

//Enter the root path to the redirect if querying redirect via local mode
[RedirectPath]
C:\cstrike

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

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

//FTP Username
[FTPUser]
User

//FTP Password
[FTPPass]
Pass

//The root folder of your game mod, must be prefixed with /  ie. /cstrike.  Leave blank for root
[FTPPath]
/home/djdeath/hlds/cstrike

//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]
SV1.URLDOWNLOAD.COM

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

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

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

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

Re: FTP Closed error - IMG included

Post by Masher »

Your ini looks good. Are you running your game server on a linux box that is on the same network as the machine you are running this on? If so sourcersc will run on linux....
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