Hello friends,
I was doing this test script which would take a file from my own E: drive to the unix server which i access from a putty.
I tried
Code:
sftp <osuser>@<ipaddress>
but it didn't work.
does the windows client have to be a server installation?
i was trying on win xp from solaris 5.10 tty
Another thing,
I need to understand the syntax of a crontab command.
e.g.,
Code:
10 2-10 * * * ksh /home/check2run.ksh /home/test.done "home/test_sftp.ksh sftp" 2>> logs/sftptest.log >& 2
I understand the basic syntax of crontab.
plz tell me, what do the
,
Code:
"home/test_sftp.ksh sftp" 2>> logs/sftptest.log
and
parts mean?
will be sincerely grateful for any kind of help that I recieve.