| View previous topic :: View next topic |
| Author |
Message |
Robert_in_MTL
Joined: 20 Jun 2006 Posts: 183 Location: Montreal, Quebec
|
Posted: Fri Jan 28, 2011 3:23 pm Post subject: how to monitor SFTP |
|
|
Hi,
We have many SFTP servers for our customers in different datacenters in America, Europe, and Asia.
Is it possible to create a test that would simply connect to an SFTP server with a provided user password. No file manipulation required or nothing, just a simple connexion.
This would tell me that
1- The server is ok and accepting connexions
2- The account is working
I hope you can help me with this!
Thanks anyways,
have a nice day. |
|
| Back to top |
|
 |
KS-Soft
Joined: 03 Apr 2002 Posts: 10405 Location: USA
|
Posted: Fri Jan 28, 2011 3:29 pm Post subject: |
|
|
Never tested such server.. but as I know it works over SSH protocol?
So probably you can use SSH test method?
Regards
Alex |
|
| Back to top |
|
 |
Robert_in_MTL
Joined: 20 Jun 2006 Posts: 183 Location: Montreal, Quebec
|
Posted: Mon Jan 31, 2011 8:09 am Post subject: |
|
|
Thank you,
I will try and tell you the results.
Have a nice day Alex, |
|
| Back to top |
|
 |
KS-Soft
Joined: 03 Apr 2002 Posts: 10405 Location: USA
|
Posted: Mon Jan 31, 2011 2:51 pm Post subject: |
|
|
Thank you
Regards
Alex |
|
| Back to top |
|
 |
BryonSutherland
Joined: 18 Nov 2011 Posts: 2
|
Posted: Fri Nov 18, 2011 3:25 pm Post subject: |
|
|
| Has anyone made this work? I can't get SSH to get a valid result from SFTP. I think I'm stuck on getting the credentials to work from Connection manager. Connection manager seems to be build around Windows logins (requires a UNC path, requires a "domain"). The SFTP server just uses a username (without a domain) and password. |
|
| Back to top |
|
 |
KS-Soft
Joined: 03 Apr 2002 Posts: 10405 Location: USA
|
Posted: Fri Nov 18, 2011 3:36 pm Post subject: |
|
|
Connection Manager should work in this case as well.
Type hostname name (or IP address if you are using IP address for test setup) in "Resource" and "Server/Domain" field; username in "Login" field and password in "Password" field.
Regards
Alex |
|
| Back to top |
|
 |
BryonSutherland
Joined: 18 Nov 2011 Posts: 2
|
Posted: Fri Nov 18, 2011 4:13 pm Post subject: |
|
|
| KS-Soft wrote: | Connection Manager should work in this case as well.
Type hostname name (or IP address if you are using IP address for test setup) in "Resource" and "Server/Domain" field; username in "Login" field and password in "Password" field.
Regards
Alex |
Thanks, that got me past the login issue but then I ran into "Protocol error. Server refuses shell request" which might just be a limitation of using SSH to check SFTP. |
|
| Back to top |
|
 |
|