noobrobot 0 Newbie Poster

I need to write a program transfer huge amount of files(60 GB) from my application server running on hp-unix to a remote PC .

I haven't worked in hp-unix before.

1.Is it possible to run a sshd server using some shell command in hp unix and connect to the sshd server using a java program(using jSch library) from the remote pc?

2.After making such a SFTP connection,is it possible to run commands from the client on the server to transfer the required files?

Please advice.