Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Ftp from Unix Server to Local machi
Name: vs Date: July 2, 2003 at 05:12:39 Pacific OS: SunOS 5.6 CPU/Ram: ?
Comment:
hi,
Can some one help me to automate ftp from unix server to local machine? I have a shell script from which I want to ftp log file to pc.
Here local machine can be any PC. I can login to Unix server to from any machine using telnet. So putting local_machine_name in this script will not be possible.
What is the way out?
0
Response Number 4
Name: David Perry Date: July 3, 2003 at 06:22:44 Pacific
Reply:
Use either the IP address or the resolvable hostname of the machine you would like to ftp to.
You can also script an ftp client on the pc to pull the file from your unix host if you do not have a ftp server running on the pc.
Summary: Is this possible? I can ftp from the PC to the UNIX server (on same subnet / TCPIP etwork), however when I try and ftp to the PC from the UNIX server I get "Connection Refused". I have tried connectin...
Summary: How do i send using ftp or by any method to send unix file to local drive(i.e c:\) from UNix command line and vice versa. my requirement is to pull the files from the UNix adnd format usinga tool whic...
Summary: Hi Richard, You need to install a software package to setup your PC as a FTP server. Once you get it done, you can use FTP from any machine to your PC. You can search the Web for the package....