![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| install solaris 8 on windows xp OS | latkanto | SUN Solaris | 4 | 07-01-2009 05:19 PM |
| Name Resolution between Solaris and Windows | medmonson | IP Networking | 4 | 12-13-2007 02:26 PM |
| FTP from Solaris to Windows | miredale | UNIX for Dummies Questions & Answers | 2 | 10-17-2007 03:03 PM |
| Solaris and windows | Jartan | SUN Solaris | 11 | 01-22-2007 02:06 PM |
| Installing Solaris behind a windows NAT... | Dustin | UNIX for Dummies Questions & Answers | 4 | 01-02-2004 10:00 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
FTP from Solaris to Windows XP
I know that this issue has been discussed over and over again but I'm having a problem connecting from my Solaris Workstation to PC running Windows XP.
I ran a script from Solaris Workstation to Windows XP PC as follows: #! /bin/ksh ftp -n 150.10.128.33 << cmd user # no username & password cd e:\Files/Example put filename bye cmd I also tried manually, $ ftp ftp> open 150.10.128.33 and also, open 150.10.128.99 But these didnt work and the error messages showed as: ftp: connect: Connection timed out Not connected. Not connected. Not connected. The following information may be of help to you in solving the problem: C:\ipconfig Windows IP Configuration Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : IP Address : 150.10.128.99 Subnet Mask : 255.255.0.0 IP Address : 150.10.128.33 Subnet Mask : 255.255.255.0 IP Address : fe80::216:35ff:feae:a457%4 Default Gateway ...: : : : : |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|