![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Transfer files from Unix server to Windows using FTP | gjsaravanan | UNIX for Dummies Questions & Answers | 1 | 08-22-2005 07:55 PM |
| ftp files from Unix to Windows through shell program | whatisthis | Shell Programming and Scripting | 7 | 05-04-2005 09:28 AM |
| FTP Shell Scripts from Windows to Unix: files have exotic characters | Laud12345 | Shell Programming and Scripting | 4 | 02-17-2005 05:57 PM |
| transfer of files via ftp from windows to unix | chambala5 | Shell Programming and Scripting | 1 | 11-09-2004 10:33 AM |
| Trying to transfer b/w Unix and Windows | dirtysparks | UNIX for Dummies Questions & Answers | 6 | 09-23-2003 01:59 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
shell script to transfer files from Unix to Windows
I need to write a shell script to transfer files from Unix server to windows machine. This script will be scheduled on scheduler to run at specified intervals
#!/bin/ksh ftp -n alaska <<End-Of-Session user sss01 sample cd /home/sss01 lcd D:/sample mget *.txt bye when I executed the above shell script. It throws error saying file location D:/sample not found. Can somebody please help me in writing the script? |
| Bookmarks |
| Tags |
| autosys, sendmail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|