CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2008
    Posts
    38

    ssh and ftp/tftp library?

    Hey all,

    I haven't done visual programing in many years so I am a bit rusty. I have visual studio 2010. I want to write a gui program that will make an ssh connection and send commands over ssh. I also need to send files such as scripts and executables and download files so I'll do this over ftp. Ideally, I'd use SFTP, but I am not sure the target supports it. I know it supports tftp and ftp.

    What do I need to get started on this? I figured I'd build a simple dialog project in visual and link to some ssh/ftp libraries. Where can I find these libraries?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,395

    Re: ssh and ftp/tftp library?

    I know nothing about any ssh library.
    As for FTP - have a look at the FTPTREE Sample: Displays the Structure and Content of an FTP Site in MSDN.
    Victor Nijegorodov

  3. #3
    Join Date
    Mar 2008
    Posts
    38

    Re: ssh and ftp/tftp library?

    thanks for that.

    A colleague suggested I just stream data and files over an SSL connection since we own third party libraries for doing so. I'm looking into that and keep ssh as a backup, so any further ssh info would be helpful.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured