« Previous Next »

Thread: IIS7, FTP7 - FTPs on port 990

Last post 10-28-2009 8:48 PM by qbernard. 18 replies.

Average Rating Rate It (5)

RSS

Page 1 of 2 (19 items) 1 2 Next >

Sort Posts:

  • 03-18-2008, 2:39 PM

    • res002mg
    • Not Ranked
    • Joined on 03-18-2008, 6:31 PM
    • Posts 8

    IIS7, FTP7 - FTPs on port 990

     I can't make FTPs to work over port 990 on 2008 server running, FTP7 on IIS7. It will work on any other port (991, 989, etc) but not on port 990. Looks like port locked by OS for some other process. Any help greatly appreciated.
     

     

  • 03-19-2008, 1:52 AM In reply to

    Re: IIS7, FTP7 - FTPs on port 990

    Err have you do a netstat -ano to see what process is using 990 ? or get tcpview to check.

    Cheers,
    Bernard Cheah
  • 03-19-2008, 10:47 AM In reply to

    • res002mg
    • Not Ranked
    • Joined on 03-18-2008, 6:31 PM
    • Posts 8

    Re: IIS7, FTP7 - FTPs on port 990

     Yes, it shows PID for ftp service using the port. Same PID shows different port when I change binding to any different port. It is strange every other port will work but 990

  • 03-21-2008, 12:31 AM In reply to

    Re: IIS7, FTP7 - FTPs on port 990

    Ok, it looks like ftp service did bind to port 990. since you can start the service and it did listed in the tcpview/netstat -ano

    so. in this case - any firewall blocking ? at local machine try

    ftp> open localhost 990

     what do you see ?

    Cheers,
    Bernard Cheah
  • 03-21-2008, 11:25 AM In reply to

    • res002mg
    • Not Ranked
    • Joined on 03-18-2008, 6:31 PM
    • Posts 8

    Re: IIS7, FTP7 - FTPs on port 990

    In my case I have to run 'open 10.10.10.10 990'. I get response "connected to 10.10.10.10" and than "connection closed by remote host'. However, if I change port to 991 I get regular response: Connected to 10.10.10.10, 220 Microsoft FTP Server, and prompted to enter user ID and password. (FTPs site requires SSL). BTW Windows firewall completely off during each procedure.


     

  • 03-23-2008, 12:58 AM In reply to

    Re: IIS7, FTP7 - FTPs on port 990

    That's funny. it looks like port 990 wasn't bind by ftp at all.

    You sure you change it to 990, then stop / start IIS ftp service ? also try to do it on the localhost... open localhost 990.

    Cheers,
    Bernard Cheah
  • 03-24-2008, 10:43 AM In reply to

    • res002mg
    • Not Ranked
    • Joined on 03-18-2008, 6:31 PM
    • Posts 8

    Re: IIS7, FTP7 - FTPs on port 990

     Indeed, it is funny. Microsoft did not believe until they netmeet to the box. Case is still open with Microsoft w/no answer. Again, it worked fine on beta code and stopped working after going to production release.

  • 03-24-2008, 10:38 PM In reply to

    Re: IIS7, FTP7 - FTPs on port 990

    Wow.. thanks for the update. Pls let us know the final outcome.

    Cheers,
    Bernard Cheah
  • 03-25-2008, 11:55 AM In reply to

    • res002mg
    • Not Ranked
    • Joined on 03-18-2008, 6:31 PM
    • Posts 8

    Re: IIS7, FTP7 - FTPs on port 990

     I definitely will. Am I the only one in Microsoft realm trying to use this configuration? Any one else has at least test box to try it?

  • 03-26-2008, 11:42 PM In reply to

    Re: IIS7, FTP7 - FTPs on port 990

    Geezzz.. i can repro on my Vista x64 :)
    991, 993 works. but 990 - connection closed..... but binding is correct for ftpservice...

    but I think I know why. this is because 990 is meant for ftps connection. the default secure ftp port. so is like port 443 for HTTP. if the IP is binding, 443 is kinda like reserved for ssl usage. even you are not using it but if you do - it is only for https, not http.

    Cheers,
    Bernard Cheah
  • 03-27-2008, 11:22 AM In reply to

    • res002mg
    • Not Ranked
    • Joined on 03-18-2008, 6:31 PM
    • Posts 8

    Re: IIS7, FTP7 - FTPs on port 990

     While Microsoft Techs still scratching their heads to figure out why FTPs over 990 does not work on RTM0, one of my colleagues  found  solution by trial and error. FTPs on port 990 on FTP7/IIS7 on 2008 server works only with clients that support implicit ftps, which is older implementation of FTPs but still 'widely" used (Microsoft FTP7, RTM0 implementation in this case. Why did they have to change it from BETA to RTM0). Tested with Ipswitch WS_FTP Pro 2007, older versions do not have Implicit/FTPs option and latest Core FTP LE. The only problem is that server is VERY unstable for this service.

  • 03-29-2008, 12:58 AM In reply to

    Re: IIS7, FTP7 - FTPs on port 990

    Well, I'm not sure. but the binding of related port of service such as http 80,443 is known issue since IIS 5/6. Your problem is ftp on 990 not ftps on 990, right? ftps on 990 should works.

    Cheers,
    Bernard Cheah
  • 03-31-2008, 10:40 AM In reply to

    • res002mg
    • Not Ranked
    • Joined on 03-18-2008, 6:31 PM
    • Posts 8

    Re: IIS7, FTP7 - FTPs on port 990

     Incorrect, problem is ftps on port 990. The goal was to have ftp on port 21 and ftps on port 990. Service on port 21 works fine service on port 990 requires client that supports implicit FTPs (Microsofts' implementation of FTPs). On another note: service on port 990 is very unstable.

  • 03-31-2008, 9:10 PM In reply to

    Re: IIS7, FTP7 - FTPs on port 990

    Well, ftps works fine for me on port 990. I thought you were binding 990 for ftp. that's why it won't work.

    Cheers,
    Bernard Cheah
  • 04-16-2008, 7:40 PM In reply to

    • res002mg
    • Not Ranked
    • Joined on 03-18-2008, 6:31 PM
    • Posts 8

    Re: IIS7, FTP7 - FTPs on port 990

     What RTM version? It worked on BETA, stopped working on RTM0. Microsoft finally admitted that this is a BUG in the implementation. Suggestion: use any other port than 990.

Page 1 of 2 (19 items) 1 2 Next >
Microsoft Communities