wodSFTP.exe With wodFTPServer.exe or wodSFTP.exe (General questions)
Hi,
I need one help from you ,if possible please give some clue!!
option1>wodSFTP.exe With wodFTPServer.exe -
or
option2> wodSFTP.exe with wodSSHServer.exe
I used option2.
wodSFTP is installed on my machine(Say Client)
wodSSHServer is installed on the remoteMachine(Say Server)
I have run the both Server First then run the sample VB(code) on client Machine
run vb files on
(remote-server)C:Program FilesWeOnlyDo.ComSSHServerSamplesVBComponent5. SFTP server
(Clien-MyMachine)C:Program FilesWeOnlyDo.ComSFTPSamplesVBComponent1. Simple
wodSFTP.exe on my machine
and wodSSHServer.exe on the server
step1>I run the wodsshServer sample file with joe/joe
step2>i run the sample file on my machine where i have given the
correct credential systemname/ userid/pwd
i m getting following error
This sample will autoconnect to remote computer using SSH2 protocol,
and will return full listing of / (root) directory.
After that it will disconnect.
Connecting...
STATECHANGE: Connecting to server (from Disconnected from server)
HOST FINGERPRINT: xxxxxxxxxxx
CONNECT error: Invalid username or password reported by server.
DISCONNECTED!
STATECHANGE: Disconnected from server (from Connecting to server)
Even i m giving correct userid/pwd
is there any clue to resolve it
Thanks and Regards,
Sameer
Re: wodSFTP.exe With wodFTPServer.exe or wodSFTP
Hi Sammer,
Perhaps you have some other Server running on the computer? Did you change Port in Server Sample?
If you did, you need to do that in wodSFTP Sample too.
I've just tried both, the wodSSH 5. SFTP Server sample, and wodSFTP 1. Simple sample, and they worked like a charm.
What samples did you try?
Can you go to command prompt and type:
telnet your.hostname 22
and send us first line returned
Regards,
Drazen
Re: wodSFTP.exe With wodFTPServer.exe or wodSFTP
telnet remote_hostname 22
Could not open connection to the host ,on port 22:connect Failed
So how to open this port? or i need network people to open port 22.
Re: wodSFTP.exe With wodFTPServer.exe or wodSFTP
Sameer,
You are probably using SFTP protocol in wodFTPServer.
Maybe you have some firewall which block port 22. Or port 22 isn't open at all.
You should open port or disable firewall and try it again.
This isn't wodFTPServer issue. You will have same problem with any other SFTP server.
Drazen
Re: wodSFTP.exe With wodFTPServer.exe or wodSFTP
Great!!
I got the point.
Actually i was giving wrong password(default is joe/joe),
and i was trying to give my userid/mypassword while connecting to remote system.Now i m able to connect to the server.
Is is possible to work with any other SFTPServer running on the remote machine with Wodsftp.e.g i go with Wodsftp (as client) and server can be any other sftpServer(rather than WodSFTPServer)
so if this is the case wht care i need to take ?
Client(wodsftp)
Server(other third Party Server or non-wodSFTPServer)
Re: wodSFTP.exe With wodFTPServer.exe or wodSFTP
Sammer,
wodSFTP is SFTP client and it should work with any other third party SFTP server.
Please try it and let us know how it goes.
Drazen