views:

124

answers:

0

Hi everyone,

I have a UI application running on windows machine which reads and writes files from the remote sftp server. I am using Apache Commons VFS to get to the files.

I am able to read/write files if I am on the client's network but not able to do so while I am on my company's network. My guess is that firewall is blocking the request to pass throuugh. But the strange thing is if I use a putty session from windows machine to connect to unix machine(sftp server host), it connects successfully.

As SFTP relies on SSH2 which uses port 22 both should have gone through. Please help, I am confused with this!

Gabriel.