my setting
Code:Language = "Vietnam"
Country = "Vietnam"
GameType = "Silkroad_TestIn"
MarkFTPAddr = "sa:a*123@72.10.165.71"
MarkFTPPath = "SRO_CREST"
Code:CREST_FTP_URL "ftp://sa:a*123@72.10.165.71"
WHAT IS WRONG?
Printable View
my setting
Code:Language = "Vietnam"
Country = "Vietnam"
GameType = "Silkroad_TestIn"
MarkFTPAddr = "sa:a*123@72.10.165.71"
MarkFTPPath = "SRO_CREST"
Code:CREST_FTP_URL "ftp://sa:a*123@72.10.165.71"
WHAT IS WRONG?
ftp port is open at firewall?
you can log on at the ftp server using any ftp client?
how i know port of ftp?
one is 21, and the other you set it on the ftp server (passive port)
21 port is enable work fine
and firewall to
but dont work :S
you tried to log in at your ftp server using any ftp client?
connect fine.
try this
MarkFTPAddr = "sa:a*123@72.10.165.71:21"
btw.. ftp dont use sql id and password (you are using SA i see), unless of course you set ftp id and password like that
where i make this?
server.cfg?
here
Language = "Vietnam"
Country = "Vietnam"
GameType = "Silkroad_TestIn"
MarkFTPAddr = "sa:a*123@72.10.165.71"
MarkFTPPath = "SRO_CREST"
remove port?