In the simple WinForm SFTP client, on the connect button it asks for user name and password, where do i get those or how do i create them??

asked 26 Aug '10, 08:22

Aya%20Ayman's gravatar image

Aya Ayman
16
accept rate: 0%

edited 27 Oct '10, 17:49

Rebex%20KB's gravatar image

Rebex KB ♦♦
256312


WinForm SFTP client (and Rebex SFTP component) is supposed to be used to connect to a third-party SFTP/SSH server. The user name and password are credentials to use to authenticate to the specified server.

a) If you need to connect to an existing SFTP server, ask its administrator for the user name and password to use.

b) If you don't have any SFTP server yet, you will have to install and configure one - at that point, user accounts would be created (or configured) as well.

link

answered 26 Aug '10, 09:37

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.2k18
accept rate: 32%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×115

Asked: 26 Aug '10, 08:22

Seen: 280 times

Last updated: 31 Mar '11, 02:22