Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 213663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:18:00+00:00 2026-05-11T18:18:00+00:00

I’m having trouble making a secure FTP connection using SharpSSH. Up to now I’ve

  • 0

I’m having trouble making a secure FTP connection using SharpSSH. Up to now I’ve been using the DOS command line app MOVEit Freely to make the connection, and it connects fine:

C:\> ftps -user:ABC -password:123 xxx.xxx.xxx.mil

However, when I try to do the same thing with SharpSSH, I get an error that says either the connection timed out or the server didn’t respond correctly:

Dim sftp = New Tamir.SharpSsh.Sftp("xxx.xxx.xxx.mil", "ABC", "123")
sftp.Connect()

or

Dim host = New Tamir.SharpSsh.SshStream("xxx.xxx.xxx.mil", "ABC", "123")

Any idea what I might be doing wrong, or how I could figure out what’s failing?

Note that I need a secure FTP connection, so the .NET classes are not an option. I’m willing to try alternatives to SharpSSH if they exist though.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T18:18:00+00:00Added an answer on May 11, 2026 at 6:18 pm

    you are using Tamir.SharpSsh, which is a SSH library. However, it looks like you are connecting to FTPS (or FTP/SSL) server. The FTPS is completely different protocol and has nothing common with SFTP nor SSH.

    Following page on our website discusses the differences between FTP, FTP/SSL, FTPS and SFTP protocols: rebex.net/secure-ftp.net/.

    Brief summary follows:

    • FTP plain, old, insecure file transfer protocol. Transfers clear text password over the network.

    • FTPS – FTP over TLS/SSL encrypted
      channel. FTP and FTPS relation is
      similar to HTTP and HTTPS.

    • FTP/SSL – same as FTPS

    • SFTP – SSH File Transfer Protocol. Has nothing common with FTP (expect the name). Runs over SSH encrypted communication channel.

    • Secure FTP – could be either SFTP or FTPS 🙁

    You may try Rebex File Transfer Pack component, which supports both SFTP and FTPS protocols (but it costs some money unlike the SharpSSH).

    Connection to FTP/SSL server would look like this:

    ' Create an instance of the Ftp class. 
    Dim ftp As New Ftp()
    
    ' Connect securely using explicit SSL. 
    ' Use the third argument to specify additional SSL parameters. 
    ftp.Connect(hostname, 21, Nothing, FtpSecurity.Explicit)
    
    ' Connection is protected now, we can log in safely. 
    ftp.Login(username, password)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 206k
  • Answers 206k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Try this: [DllImport(DllName, EntryPoint = "FaceRecognition")] public static extern void… May 12, 2026 at 9:11 pm
  • Editorial Team
    Editorial Team added an answer You might want to check the Mandelbrot example. Basically the… May 12, 2026 at 9:11 pm
  • Editorial Team
    Editorial Team added an answer Your regex isn't quite right. When you write: [RQrq1-6]* You're… May 12, 2026 at 9:11 pm

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
In order to apply a triggered animation to all ToolTip s in my app,
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.