|
Home > Archive > IIS FTP Server > February 2004 > FTP error: The FTP session was terminated
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
FTP error: The FTP session was terminated
|
|
| StanleyS 2004-02-25, 4:00 pm |
| Through IIS itself I can browse my FTP directory. I can even browse it by entering my static Network IP through IE.
But whenever I try to access it through my (outside) IP, I get the following error:
"Windows cannot access this folder. Please make sure you typed the file name correctly and that you have permission to access the folder.
Details:
The FTP session was terminated"
Is this error the fault of my network setup? I'm using Port 100 instead of the regular port 21, and I specify port 100 every time I connect. On my router setup page, I also indicated for this IP to have FTP access. And specified the Private and Public port for FTP to be 100.
am I not sharing it right? what I am I doing wrong here?
As you can tell, I'm novice to the world of FTP | |
| Bernard 2004-02-25, 10:34 pm |
| a) test everything locally first, then
b) test remotely using ftp.exe to connect to your ftp in active mode.
if you change to port 100, make sure port 99 is open as well in your router.
active mode uses a 2 ports default is 21 and 21-1 = 20.
for passive mode, refer
Information About the IIS File Transmission Protocol (FTP) Service
http://support.microsoft.com/?id=283679
if you running w2ksp4 or above, customize the port range and configure your
router to allow connection in those port range.
How To Configure PassivePortRange In IIS
http://support.microsoft.com/?id=555022
--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...
"StanleyS" <StanleyS.127ecz@mail.webservertalk.com> wrote in message
news:StanleyS.127ecz@mail.webservertalk.com...
>
> Through IIS itself I can browse my FTP directory. I can even browse it
> by entering my static Network IP through IE.
> But whenever I try to access it through my (outside) IP, I get the
> following error:
>
> "Windows cannot access this folder. Please make sure you typed the file
> name correctly and that you have permission to access the folder.
>
> Details:
> The FTP session was terminated"
>
> Is this error the fault of my network setup? I'm using Port 100 instead
> of the regular port 21, and I specify port 100 every time I connect. On
> my router setup page, I also indicated for this IP to have FTP access.
> And specified the Private and Public port for FTP to be 100.
>
> am I not sharing it right? what I am I doing wrong here?
> As you can tell, I'm novice to the world of FTP
>
>
>
> --
> StanleyS
> ------------------------------------------------------------------------
> Posted via http://www.forum4designers.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message134243.html
>
|
|
|
|
|