SFTP issue

Hi!!

SFTP5.0 is not working thru automatically pushing files, but manual file transfer is happening fine...

If anyone knows,Pls share the reason.

Regards,

Senthil

please provide more details on what errors you are getting, any test cases you have, when it last worked, etc...

I don't believe that SFTP was intended to work automatically. Do a search on SFTP in these forums and you should find some alternatives that will work.

SFTP is a subset of SSH commands. When you do a push (or pull) you're actually performing a remote scp transfer. So, if you can do it with SSH, you should be able to do it with SFTP (because they're related). Is there any reason why you need to use SFTP commands and not SCP? Some versions of SSH do not correctly run SFTP non-interactively (e.g. Sun's own "hacked/engineered" version) In any case, private/public key setup should allow you to automatically transfer files via ssh. Just google "passwordless ssh" to get instructions on how to do it.