![]() |
|
|
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 |
| XFB file transfer | sais | IP Networking | 0 | 11-05-2008 03:02 AM |
| XFB file transfer | Rajat | UNIX for Dummies Questions & Answers | 0 | 07-22-2008 08:32 AM |
| file transfer using Ftp | sudhi | Shell Programming and Scripting | 1 | 05-26-2008 12:14 AM |
| Transfer the file | manas_ranjan | UNIX for Dummies Questions & Answers | 2 | 07-27-2007 10:33 AM |
| transfer of specific file content to another file | mem101 | Shell Programming and Scripting | 1 | 10-18-2005 03:01 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I am going to transfer file from UNIX directory to remote windows location and i wrote the script but i am getting the error as 'FTP: not found' or i am getting this error 'The file path is not found'. Please help me to resolve this problem as early as possible.(urgent). my script is, Code:
LOCAL_PATH='/apps/dw.....' HOST='AGCY' USER='..' PWD='...' PATH='\TestAGCY' cd $LOCAL_PATH ftp -n $HOST << END_SCRIPT quote USER $USER quote PASS $PWD cd $PATH prompt off mput Extract_File.out exit END_SCRIPT Last edited by tayyabq8; 03-31-2009 at 08:29 AM.. Reason: Added code tags |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|