BC Internship Forum
FTP Site Browse Problem - Printable Version

+- BC Internship Forum (http://internship.backupchain.com/forum)
+-- Forum: General Questions (http://internship.backupchain.com/forum/forumdisplay.php?fid=1)
+--- Forum: Internship Related Questions (http://internship.backupchain.com/forum/forumdisplay.php?fid=2)
+--- Thread: FTP Site Browse Problem (/showthread.php?tid=21)



FTP Site Browse Problem - Akpom96 - 06-14-2018

Hi everyone! I have come across a little dilemma. While setting up my ftp site, I was unable to connect using the url: ftp://(my ip address), and I get an error page that states: "Unable to connect."

My settings for the ftp site are attached with this thread.


RE: FTP Site Browse Problem - mathew1224 - 06-21-2018

This is a pretty good guide on how to set up your FTP server.

https://www.youtube.com/watch?v=vrzNPq-B6Ts


If you are still having problems accessing the FTP server using the FTP://*yourIpAddress* try using the tool telnet.
The exact command would be something along the lines of:
telnet up yourIpAddress port


RE: FTP Site Browse Problem - Savas - 06-21-2018

try an ftp client from the same machine and connect to localhost or 127.0.0.1

if that doesn't work, try turning off the firewall. Check if the ftp site shows up as running when you click on 'sites' in IIS.
If the problem occurs only when you try to connect from another computer, it could be a wrong IP address or the firewall blocking inbound connections, in that case try switching off the firewall for a test.