The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-23-2007
pranavagarwal pranavagarwal is offline
Registered User
 

Join Date: Oct 2007
Location: India
Posts: 28
Exclamation SFTP files from windows drive E: to unix

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.done
,
Code:
"home/test_sftp.ksh sftp" 2>> logs/sftptest.log
and
Code:
>& 2
parts mean?

will be sincerely grateful for any kind of help that I recieve.
Reply With Quote
Remove advertisements
!!
!! Forum Sponsor