Sponsored Content
Operating Systems Solaris FTP-ing files from Windows server to UNIX server Post 302912654 by rbatte1 on Monday 11th of August 2014 07:52:51 AM
Old 08-11-2014
If your message is just connecting, does it eventually time out? (30 seconds or longer)

This could be a number of things. let's consider these (maybe not exhaustive list):-
  • Is there an sftp service running on the Windows server?
    .
  • You suggest you use the IP address in the sftp command, but there could still be a name resolution issue. If the client is IP address, then that's fine if that's what you want to do. The server will try to reverse lookup the incoming request though. Can you try a ping unix.ip.address from the Windows server. If that's okay, can you try nslookup unix.ip.address from there too? Do you get a fast & valid response (even if it's a not-found)
    .
  • You might have an invalid route somewhere. Try traceroute windows.ip.address from unix and tracert unix.ip.address from windows and see how far you get matching them up with how the network man would expect them to go.
    .
  • You may have a firewall preventing you from opening the connection. I can't really advise on that though.
Does this get you any further?



Robin
This User Gave Thanks to rbatte1 For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Transfer files from Unix server to Windows using FTP

Dear Friend, I don't know much about unix.I am an VB6.0 Programmer.I need to move an text files as aaa.txt from unix server to windows "D: " driver using the FTP protocol.Is it possible to do this with help of unix shell script.If possible please give some sample codes. Please answer as early... (1 Reply)
Discussion started by: gjsaravanan
1 Replies

2. Shell Programming and Scripting

FTPing files from unix server to windows server

Hi, Below is the script which ftps the file from unix server and putting in a different directory(but on unix server) How can i ftp the files from unix server and to place in a secure location on windows server? what changes needs to be done to the below script? How can this be... (1 Reply)
Discussion started by: venkatesht
1 Replies

3. Shell Programming and Scripting

shell script to ftp the files from windows to unix server

Hi, I need to ftp some input files from windows to unix server.All the files will be saved in the C drive in my machine. Currently all these files are transferring manually to the unix server.I need to write a shell script which ftp the files from windows to unix box.When I searched in the... (10 Replies)
Discussion started by: kavithakuttyk
10 Replies

4. AIX

Do I need to configure my local windows to FTP files from local windows to a UNIX AIX server?

Hi Friends, I have this script for ftping files from AIX server to local windows xp. #!/bin/sh HOST='localsystem.net' USER='myid_onlocal' PASSWD='mypwd_onlocal' FILE='file.txt' ##This is a file on server(AIX) ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD put $FILE... (1 Reply)
Discussion started by: rajsharma
1 Replies

5. Shell Programming and Scripting

Unix shell script to Copy files from one Windows server to another Windows server.

Can anybody please help me on how to code for the below requirement: I need to write a shell script (on different unix server) to copy files from multiple folders (ex. BRN-000001) from one windows server (\\boldls-mwe-dev4)to a different windows server(\\rrwin-ewhd04.ecomad.int). This shell... (4 Replies)
Discussion started by: SravsJaya
4 Replies

6. Shell Programming and Scripting

ftp'ing multiple files to the remote server

unix shell script (2 Replies)
Discussion started by: giridhar276
2 Replies

7. Shell Programming and Scripting

Sftp some files from windows server to UNIX server

hi i need to transfer some files from windows server to unix server using SFTP. but before transferring the files, i need to check the existence of a particular file in the remote directory (say r_dir1). if the file is present, then SFTP all the files. after SFTPing the files from the remote... (1 Reply)
Discussion started by: vinit raj
1 Replies

8. IP Networking

How to transfer files from UNIX server to windows machine or vice versa using ftp or sftp commands?

hi, i want to write a shell script code which transfers files from a directory in unix server to a directory in a windows machine.. can any1 give me a sample code which uses ftp or sftp command.. thanks very much, (3 Replies)
Discussion started by: Little
3 Replies

9. Shell Programming and Scripting

Copying the files to Windows server from UNIX server

Hi Team, I had a requirement to write a shell script which automatically transfer the files from unix server to windows server. I can able to unix to unix using Scp command. I am not sure how to do unix to windows. I am very new on this concept. Could you please help me or guide in... (4 Replies)
Discussion started by: gvkumar25
4 Replies

10. Shell Programming and Scripting

Do I require remote login access to a windows server to transfer files from a UNIX server

Hi All I need to transfer a file from a UNIX server to a windows server. I saw that it is possible to do this using scp command by looking at the forum listed below: ... (2 Replies)
Discussion started by: vx04
2 Replies
yppush(8yp)															       yppush(8yp)

Name
       yppush - force propagation of a changed yellow pages (YP) map

Syntax
       yppush [ -d domain ] [ -v ] mapname

Description
       The  command copies a new version of a yellow pages (YP) map from the master YP server to the slave YP servers.	It is normally run only on
       the master YP server by the utility accessing the after the master YP databases have been changed.  When invoked, first constructs  a  list
       of YP server hosts by reading the YP map ypservers within the domain.  Keys within the map ypservers are the ASCII names of the machines on
       which the YP servers run.

       A transfer map request is sent to the YP server at each host, along with the information needed by the transfer agent  (the  program  which
       actually  moves the map) to call back the command.  When the attempt has completed (successfully or not), and the transfer agent has sent a
       status message, the results can be printed to stdout.  Messages are also printed when a transfer is not possible,  for  instance  when  the
       request message is undeliverable, or when the timeout period on responses has expired.

       Refer to and for an overview of the yellow pages.

Options
       -d     Specify a domain.

       -v     Verbose.	 This causes messages to be printed when each server is called, and for each response.	Without this flag, only error mes-
	      sages are printed.

Restrictions
       In the current implementation (version 2 YP protocol), the transfer agent is which is started by the program.  If detects that it is speak-
       ing  to	a  version  1  YP protocol server, it uses the older protocol, sending a version 1 YPPROC_GET request and issues a message to that
       effect.	Unfortunately, there is no way of knowing if or when the map transfer was performed for version 1 servers.  The command  prints  a
       message	saying that an old-style message has been sent.  The system administrator should later check to see that the transfer has actually
       taken place.

Files
       /etc/yp/domainname/ypservers.{dir, pag}

See Also
       ypfiles(5yp), ypserv(8yp), ypxfr(8yp)

																       yppush(8yp)
All times are GMT -4. The time now is 10:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy