![]() |
|
|
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 |
| Changing windows server alias name on windows or unix? | NycUnxer | UNIX for Dummies Questions & Answers | 1 | 03-26-2008 05:54 PM |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 06:24 AM |
| Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!! | haggo | Filesystems, Disks and Memory | 2 | 08-23-2006 12:39 PM |
| Porting of Windows written unix scripts to unix platform | tamilselvi | UNIX for Advanced & Expert Users | 7 | 10-02-2002 11:55 AM |
| UNIX problem? Unix programm runs windows 2000 CPU over 100% | zerocool | UNIX for Dummies Questions & Answers | 2 | 11-06-2001 05:25 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
FTP Windows to Unix
Hi,
I am trying to run the following in a bat file. It works fine as stand alone commands Code:
]ftp.exe<linux box> <user> <password> ascii delete PRICES.TXT lcd "C:\Documents and Settings\PCLE12661\Mes documents\Emulation\Dax Prices" cd /home/dsdev/other/in put PRICES.TXT bye I put the userid and password on the same line as the linux box but it still fails to take them in. Do I have to put them in a script and do ftp.exe <script> or can I do it via a batch ? Additionally, I tried to use open <linux box> in the batch file but this was rejected. Any pointers gratefully received. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|