![]() |
|
|
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 |
| help me in sending parameters from sqlplus script to unix shell script | Hara | Shell Programming and Scripting | 2 | 01-29-2008 03:31 PM |
| Shell Script: want to insert values in database when update script runs | ring | Shell Programming and Scripting | 1 | 10-25-2007 04:06 AM |
| Modify Perl script to work with txt - Permissions script | joangopan | Shell Programming and Scripting | 1 | 09-13-2007 12:38 AM |
| check in unix shell script so that no one is able to run the script manually | adi_bang76 | Shell Programming and Scripting | 1 | 11-16-2006 10:43 AM |
| how to find Script file location inside script | asami | Shell Programming and Scripting | 10 | 03-15-2006 12:57 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
ncftpspooler script...
Hi,
i need help, iam noobs on shell script i have a file in /usr/home/billy/departure /usr/home/billy/arrived and i have more than 15 user's use different FTP so i install ncftp and use a ncftpspooler i make 2 file ( billy_get and billy_put ) billy_get Code:
# This is a NcFTP spool file entry. job-name=p-20070201-134500 op=get hostname=ftp.forbilly.org xtype=I passive=1 remote-dir=billy/INBOX local-dir=/usr/home/billy/departure remote-file=ST*.TXT local-file=ST*.TXT Code:
# This is a NcFTP spool file entry. job-name=p-20070201-135900 op=get hostname=ftp.forbilly.org xtype=I passive=1 remote-dir=billy/OUTBOX local-dir=/usr/home/billy/arrived local-file=TAM*.TXT remote-file=TAM*.TXT /usr/home/billy/departure /usr/home/billy/arrived and make a spool in ncftpsooler if file exist in arrived this make a cp of billy_put in spooler with another job name ( p-20070201-135900 ) +2minutes so p-20070201-140100, and change job-name aslo and start the ncftpspooler -d for check if is started ncftpspooler -l and copy a log of connection in another logs files and send by email.. and same idea for billy_get.. can u help me Last edited by livetele; 02-07-2007 at 07:06 PM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|