If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > File transfer from UNIX to Windows 2003 server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-07, 15:38
gauravjain21 gauravjain21 is offline
Registered User
 
Join Date: Mar 2005
Posts: 41
File transfer from UNIX to Windows 2003 server

UNIX: solaris
user: abc
dir: /home/dude

windows user: abc
passw: xyz
address: i.feel.good
sharename: gold
gold resolves to : d:\gold

i tried

sftp abc@i.feel.good
Connecting to i.feel.good...
ssh: connect to host i.feel.good port 22: Connection refused
Connection closed

I've tried rsync and scp as well, and they both give same error. What could be the problem and or how to tackle this.

I do need to send the file from UNIX to remote windows server via shell script and 3rd party tools are not an option.
Reply With Quote
  #2 (permalink)  
Old 04-10-07, 03:27
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
Do you have ssh,rsync or ftp services running on the windows server?
What happens when you use normal ftp i.e.
ftp i.feel.good
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On