Networ components suggestion

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paolol

    Networ components suggestion

    Hi, I'm looking for some network components ( ftp,ftps.. ) any one can
    suggest me some good one ? ;)
    Thanks to all
    Paolol

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Networ components suggestion

    Paolol,

    What's wrong with the FtpWebRequest and FtpWebResponse classes? I don't
    think they support FTPS though, but definitely FTP.

    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Paolol" <paolol@No_Spam _salsan.netwrot e in message
    news:OS3nLXxGIH A.5980@TK2MSFTN GP04.phx.gbl...
    Hi, I'm looking for some network components ( ftp,ftps.. ) any one can
    suggest me some good one ? ;)
    Thanks to all
    Paolol

    Comment

    • Paolol

      #3
      Re: Networ components suggestion

      Hi Nicholas,
      nothing wrong with them, can I use in a windows form ?

      Thanks,
      Paolo

      "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c omha
      scritto nel messaggio news:uh3YncxGIH A.1548@TK2MSFTN GP05.phx.gbl...
      Paolol,
      >
      What's wrong with the FtpWebRequest and FtpWebResponse classes? I
      don't think they support FTPS though, but definitely FTP.
      >
      --
      - Nicholas Paldino [.NET/C# MVP]
      - mvp@spam.guard. caspershouse.co m
      >
      "Paolol" <paolol@No_Spam _salsan.netwrot e in message
      news:OS3nLXxGIH A.5980@TK2MSFTN GP04.phx.gbl...
      >Hi, I'm looking for some network components ( ftp,ftps.. ) any one can
      >suggest me some good one ? ;)
      >Thanks to all
      >Paolol
      >
      >

      Comment

      • Marc Gravell

        #4
        Re: Networ components suggestion

        NPI don't think they support FTPS though,
        Actually, there is an EnableSsl property which when set to true does
        use protocol encryption.


        Paolol can I use in a windows form ?
        Yes

        Marc


        Comment

        • Paolol

          #5
          Re: Networ components suggestion

          Ok, thanks a lot.
          Paolo

          "Marc Gravell" <marc.gravell@g mail.comha scritto nel messaggio
          news:Oua9oM6GIH A.4880@TK2MSFTN GP03.phx.gbl...
          NPI don't think they support FTPS though,
          Actually, there is an EnableSsl property which when set to true does use
          protocol encryption.

          >
          Paolol can I use in a windows form ?
          Yes
          >
          Marc
          >

          Comment

          Working...