Page 1 of 1

FTP Port in XBMC...

Posted: Sun Aug 05, 2012 6:52 pm
by psychotron
Is there a way to change the FTP server port on XBMC to something other than 21? If so how? Could you edit a "configuration file/sys file" to do it if needed?

TIA!

Re: FTP Port in XBMC...

Posted: Sun Aug 05, 2012 9:46 pm
by Dan Dar3
Try editing Q:\System\FileZilla Server.xml through FTP (FileZilla client).
<Item name="Serverport" type="numeric">21</Item>

Or remotely through an older FileZilla Server interface.
http://dandar3.blogspot.ro/2010/03/xbmc ... t-ftp.html

Re: FTP Port in XBMC...

Posted: Sun Aug 05, 2012 10:36 pm
by psychotron
Thanks!