Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Secure FTP

Secure FTP

Scheduled Pinned Locked Moved The Lounge
csharphelpquestion
26 Posts 12 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Slacker007

    GitHub - sshnet/SSH.NET: SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.[^] Sounds like it provides SFTP, as well. Worth a gander, I would say. Got the link from here: c# - SFTP Libraries for .NET - Stack Overflow[^] One of the comments points to a codeplex page, which points to the link above. Good luck.

    K Offline
    K Offline
    Kevin Marois
    wrote on last edited by
    #14

    Wow, I just downloaded the source. There's a whole bunch of source files. This seems WAY too complicated. I'll spend some time looking at it, but I'm turned off already.

    If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

    S 1 Reply Last reply
    0
    • K Kevin Marois

      Anyone know of a good, FREE C# secure FTP class? I found some here and on CodePlex but they're all lacking in some ways. Just wondering if an CP'ers know of a good class.

      If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #15

      What is "secure FTP"? Everyone here is talking like they know what it means. What's wrong with data encryption? Password protected zip files?

      K 1 Reply Last reply
      0
      • L Lost User

        What is "secure FTP"? Everyone here is talking like they know what it means. What's wrong with data encryption? Password protected zip files?

        K Offline
        K Offline
        Kevin Marois
        wrote on last edited by
        #16

        Gerry Schmitz wrote:

        Everyone here is talking like they know what it means.

        Maybe that's because we do... Secure FTP is when the data is encrypted before transmission. Why do through extra step of zipping a file when the SFTP class can encrypt it for you?

        If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

        L C 2 Replies Last reply
        0
        • K Kevin Marois

          Do you know if the source is available?

          If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #17

          Sorry, I don't know about that.

          Regards, Nish


          Website: www.voidnish.com Blog: voidnish.wordpress.com

          S 1 Reply Last reply
          0
          • K Kevin Marois

            Gerry Schmitz wrote:

            Everyone here is talking like they know what it means.

            Maybe that's because we do... Secure FTP is when the data is encrypted before transmission. Why do through extra step of zipping a file when the SFTP class can encrypt it for you?

            If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #18

            And you need to "find" a class first to do that?

            K 1 Reply Last reply
            0
            • L Lost User

              And you need to "find" a class first to do that?

              K Offline
              K Offline
              Kevin Marois
              wrote on last edited by
              #19

              Why not?

              If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

              1 Reply Last reply
              0
              • N Nish Nishant

                Sorry, I don't know about that.

                Regards, Nish


                Website: www.voidnish.com Blog: voidnish.wordpress.com

                S Offline
                S Offline
                Steven1218
                wrote on last edited by
                #20

                Yes, the source is available on their site.

                N 1 Reply Last reply
                0
                • S Steven1218

                  Yes, the source is available on their site.

                  N Offline
                  N Offline
                  Nish Nishant
                  wrote on last edited by
                  #21

                  Nice.

                  Regards, Nish


                  Website: www.voidnish.com Blog: voidnish.wordpress.com

                  1 Reply Last reply
                  0
                  • K Kevin Marois

                    Wow, I just downloaded the source. There's a whole bunch of source files. This seems WAY too complicated. I'll spend some time looking at it, but I'm turned off already.

                    If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

                    S Offline
                    S Offline
                    Slacker007
                    wrote on last edited by
                    #22

                    Well, that sucks. You might want to look at the library Nish and others have pointed out then, I guess.

                    1 Reply Last reply
                    0
                    • K Kevin Marois

                      Anyone know of a good, FREE C# secure FTP class? I found some here and on CodePlex but they're all lacking in some ways. Just wondering if an CP'ers know of a good class.

                      If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

                      E Offline
                      E Offline
                      Eric Whitmore
                      wrote on last edited by
                      #23

                      WINSCP for the win

                      Eric

                      1 Reply Last reply
                      0
                      • K Kevin Marois

                        Gerry Schmitz wrote:

                        Everyone here is talking like they know what it means.

                        Maybe that's because we do... Secure FTP is when the data is encrypted before transmission. Why do through extra step of zipping a file when the SFTP class can encrypt it for you?

                        If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

                        C Offline
                        C Offline
                        Chuck OHalloran
                        wrote on last edited by
                        #24

                        Well, there is something to be said for having the "data at rest" encrypted. But there is also something to be said for not having your FTP credentials flying across the wire in the clear.

                        1 Reply Last reply
                        0
                        • K Kevin Marois

                          Anyone know of a good, FREE C# secure FTP class? I found some here and on CodePlex but they're all lacking in some ways. Just wondering if an CP'ers know of a good class.

                          If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

                          C Offline
                          C Offline
                          Chuck OHalloran
                          wrote on last edited by
                          #25

                          Another vote for WinSCP.

                          1 Reply Last reply
                          0
                          • K Kevin Marois

                            Anyone know of a good, FREE C# secure FTP class? I found some here and on CodePlex but they're all lacking in some ways. Just wondering if an CP'ers know of a good class.

                            If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

                            M Offline
                            M Offline
                            mgoad99
                            wrote on last edited by
                            #26

                            WinSCP - a free SFTP, SCP and FTP client for Windows WinSCP .NET Assembly and COM Library :: WinSCP[^]

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups