![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Please help with Webdav transfer script | brazen1445 | Shell Programming and Scripting | 1 | 03-12-2008 07:37 AM |
| script to be run after every FTP transfer | prvnrk | UNIX for Advanced & Expert Users | 2 | 03-04-2008 12:16 PM |
| transfer a variable in a shell script? | fedora | Shell Programming and Scripting | 11 | 09-22-2006 09:56 AM |
| How to transfer files (By using generic script) when using sftp | gsri | Shell Programming and Scripting | 0 | 08-28-2006 06:39 PM |
| Creation and Transfer of TAR file from one machine to another Using UNIX script | rahuljadhav | Shell Programming and Scripting | 2 | 08-27-2003 02:49 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Transfer script.
Hi folks,
I have written down transfer script , which actually reads the file name from input and FTP the file to other server . there are following things I am looking for - our files name are with sequential number like in our server file is placed with combination filename+data+seq number e,g v_20051010_00001 , and it also suppose to FTP with same seq number ... My script performing that ..as after ftp it also archive the file... Now problem is that .. I was that i read with * like v_* and place the file with write data and seq number.. how I can achive this task .. as if next seq number is v-20051111_0002 , I wna pass paramter in Put like v* and it should post v-20051111_0002 this.. how I can ahive it plz give ur inputs Thanks |
| Forum Sponsor | ||
|
|
| Thread Tools | |
| Display Modes | |
|
|