LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Setting up an FTP server... (https://www.linuxquestions.org/questions/linux-newbie-8/setting-up-an-ftp-server-539402/)

firehydra2k 03-21-2007 01:55 PM

Setting up an FTP server...
 
Hey,

I currently own Red Hat Enterprise AS 5, and am trying to set up a server. So far, I can get /var/www/html broadcasted on the net, but I cannot access the server via FTP using Windows GUI like SmartFTP, WinSCP, etc... I can use command prompt and use vsftpd and browse the files, but I cannot get it channeled through a GUI interface.

Is there anything I need to check? Sorry if this sounds dumb. Thanks.

trickykid 03-21-2007 03:33 PM

Are you using anonymous logins or not? You may need to try toggling passive ftp on or off with the GUI apps in Windows that you are using.

admiyo 03-21-2007 05:17 PM

tftpd running
 
Are you running a tftp server? I am not sure if the tools you are using will only check port 80 via http or if the check port 21 via ftp.

Make suer that some ftp package is installed. Either chkconfig on ftp in /etc/init.d, or. more likely, edit /etc/xinet.d/ftp and make sure disabled=no then restart xinted

service xinetd restart


All times are GMT -5. The time now is 02:10 PM.