Sponsored Content
Full Discussion: Automated FTP
Top Forums Shell Programming and Scripting Automated FTP Post 302212828 by vbe on Tuesday 8th of July 2008 12:26:37 PM
Old 07-08-2008
why not use rdist?
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

FTP automated?

If I wanted a machine to put a specific file onto another OS far across the internet via FTP - and I wanted to do it automatically not user intervented, how would I do that? Use the PUT command? The file name and position never changes, it gets overwritten and the system on the other end... (6 Replies)
Discussion started by: n9ninchd
6 Replies

2. UNIX for Advanced & Expert Users

Automated FTP

My requiremnet is to write a FTP script which will ftp a file to a specified ftp url. How can I automate the process usnig the unix cron. (11 Replies)
Discussion started by: shauche
11 Replies

3. UNIX for Dummies Questions & Answers

one time automated ftp session

How can an automated script be setup to run at a later time in the day. cron runs recurring tasks. I am interested in a one time process. I want to back up a number of files whenever I make changes to an application and ftp for backup purposes. The script to automate the zipping of files has... (1 Reply)
Discussion started by: msmkeml
1 Replies

4. IP Networking

Automated ftp for Multiple files

I have seen the script posted yesterday for automated ftp Can we do some thing like ftp ing multiple files in one script Example input.txt has all files names to be ftped input.txt ------ a.tar b.ccp c.perl i need to ftp all the files present in input.txt i tried something like... (0 Replies)
Discussion started by: pbsrinivas
0 Replies

5. Shell Programming and Scripting

automated ftp.

Hi I am trying to delete some specific files ( files other than created today) from the server on a cron basis. I wrote a small script, but I am stuck up in how to delete only specific files. #!/usr/bin/expect -f set IP set timeout -1 spawn ftp $IP expect ): send "username\n"... (10 Replies)
Discussion started by: sangfroid
10 Replies

6. Shell Programming and Scripting

how to devlop automated FTP in UNIX

Automated FTP. hint : use 'atd' to schedule to run a specific script. An Env Variable should be created,say CONF_DIR which points to some dir. @ some time, create a TAR file of this and FTP it to some server. (3 Replies)
Discussion started by: vishalzone2002
3 Replies

7. IP Networking

Automated FTP task

Every day i ftp tar.gz a file from the production server to a back up machine.. This task creates way to much traffic on the network at the end of the day and puts and undo load on the production machine during operation hours. i would like to create a script that would automatically fire off the... (36 Replies)
Discussion started by: LowOrderBit
36 Replies

8. Shell Programming and Scripting

Automated FTP script using .netrc to multiple FTP servers

Hi all, I'm using the following script to automated ftp files to 1 ftp servers host=192.168.0.1 /usr/bin/ftp -vi >> $bkplog 2>&1 <<ftp open $host bin cd ${directory} put $files quit ftp and the .netrc file contain machine 192.168.0.1 login abc... (4 Replies)
Discussion started by: varu0612
4 Replies

9. Shell Programming and Scripting

Automated FTP

Hello,I just know the basics of scripting & I need a script to automate ftp since I use it quite often. I use ftp to transfer different kind of files and everytime the source & the destination directories are different for transferring files, so can anyone help me out on this urgently.. (2 Replies)
Discussion started by: mohit_02mar
2 Replies
rdist(1)						      General Commands Manual							  rdist(1)

NAME
rdist - Maintains identical copies of files on multiple hosts SYNOPSIS
rdist [-bDhinqRvwy] [-f distfile | -] [-d variable=value] [-m host] [file...] rdist [-bhinqRvwy] -csource... [login@]host[:dest] The rdist command maintains identical copies of files on multiple hosts. OPTIONS
Performs a binary comparison; updates files if they differ. Forces rdist to interpret the remaining arguments as the sources of small dis- tfiles in the following format: (name ... )->[login@]host[:dest] install [dest]; The rest of the command line is treated as if it came from a distfile. If you want to specify an IPv6 address for host, you must prefix the address with the [ (backslash, left bracket) characters and terminate the address with the ] (backslash, right bracket) characters. Defines variable to have value. This option defines or overrides variable definitions in the distfile. The value can be the empty string, one name, or a list of names surrounded by parentheses and separated by tabs or spaces, or both. Turns on debugging output. Specifies another name for distfile; specify - for standard input. Copies the file that the link points to rather than the link itself. Ignores unresolved links. The rdist command maintains the link structure of files being transferred and warns users if it cannot find all the links. Limits which machines are to be updated. You can use multiple host arguments to limit updates to a subset of the hosts listed in distfile. You can also specify an IPv6 address or addresses for host. Prints the commands without executing them. This option is useful for debugging distfile. Operates in quiet mode. This option suppresses printing of modified file on standard output. Removes extraneous files. If a directory is being updated, any files that exist on the remote host that do not exist in the master directory are removed. This is useful for maintaining identical copies of directo- ries. Verifies that the files are up to date on all the hosts. Any files that are out of date will be displayed, but rdist does not change any files or send any mail. Appends the whole filename to the destination directory name. Normally, rdist uses only the last component of a name for renaming files, preserving the directory structure of the copied files. Prevents recent copies of files from being replaced by files that are not as recent. Files are normally updated when their time stamp and size (see stat()) differ. The -y option prevents rdist from updating files younger than the master file. DESCRIPTION
The rdist command preserves the owner, group, mode, and modification time of files if possible. It can also update programs that are exe- cuting. The rdist command reads commands from distfile in your $HOME directory and directs the updating of files or directories, or both. If distfile is a - (dash), standard input is used. If no -f option is specified, the program looks first for distfile, then Distfile to use as the input. If no filenames are specified on the command line, rdist updates all of the files and directories listed in distfile. Otherwise, the argument is read as the name of a file to be updated or a command to execute. If the name of the file specified by the file argument is the same as the name of a command, the rdist command treats the filename as a command. The file specified by distfile contains a sequence of entries that specify the files to be copied, the destination hosts, and what opera- tions to perform to do the updating. Each entry has one of the following formats. <variable_name> '=' <name_list> [label:] <source_list> '->' <destination_list> <command_list> [label:] <source_list> '::' <timestamp_file> <command_list> The first format is used for defining variables. The second format is used for distributing files to other hosts. The third format is used for making lists of files that were changed since some given date. The source_list specifies a list of files or directories, or both, on the local host that is to be used as the master copy for distribu- tion. The destination_list is the list of hosts to which these files are to be copied. Each file in the source list is added to a list of changes if the file is out of date on the host that is being updated (second format) or the file is newer than timestamp_file (third for- mat). Labels are optional. They are used to identify a command for partial updates. Newlines, tabs, and spaces are only used as separators and are otherwise ignored. Comments begin with a # (number sign) and end with a new- line. Variables to be expanded begin with a $ (dollar sign) followed by one character or a name enclosed in { } (braces) (see EXAMPLES). Each line of the source and destination lists contains zero or more names, separated by spaces. The shell metacharacters [, ], {, }, *, and ? are recognized and expanded (on the local host only) as with csh. They can be escaped with a (backslash). The ~ (tilde) character is also expanded as with csh, but is expanded separately on the local and destination hosts. When the -w option is used with a filename that begins with ~, everything except the home directory is appended to the destination name. Filenames that do not begin with a / (slash) or a ~ (tilde) use the destination user's home directory as the root directory for the rest of the filename. If you want to specify an IPv6 address or addresses for destination_list, you must enclose each address with the [ ] (bracket) characters. The command list consists of zero or more commands of the following format: install <option ...> <destination_name> notify <name_list> except <name_list> except_pat <pattern_list> special <name_list> string The install command is used to copy out of date files or directories, or both. Each source file is copied to each host in the destination list. Directories are recursively copied in the same way. The destination_name is an optional argument to rename files. If no install com- mand appears in the command list or the destination name is not specified, the source filename is used. Directories in the pathname are created if they do not exist on the remote host. To help prevent disasters, a nonempty directory on a tar- get host will never be replaced with a regular file or a symbolic link. However, under the -R option, a nonempty directory is removed if the corresponding filename is completely absent on the master host. Options for install are -R, -h, -i, -v, -w, -y, and -b and have the same semantics as options on the command line, except they only apply to the files in the source list. The username used on the destination host is the same as the local host unless the destination name is of the format user@host. The notify command is used to mail the list of files updated (and any errors that may have occurred) to the listed names. If no @ (at sign) appears in the name, the destination host is appended to the name (for example, name1@host, name2@host, ...). The except command is used to update all of the files in the source list for the files listed in name_list. This is usually used to copy everything in a directory, except certain files. The except_pat command is like the except command, except that pattern_list is a list of regular expressions (see grep for details). If one of the patterns matches some string within a filename, that file is ignored. Note that since (backslash) is a quote character, it must be doubled to become part of the regular expression. Variables are expanded in pattern_list, but not shell file pattern-matching charac- ters. To include a $ (dollar sign), it must be escaped with (backslash). The special command is used to specify sh commands that are to be executed on the remote host after the file in name_list is updated or installed. If the name_list is omitted, the shell commands are executed for every file updated or installed. The FILE shell variable is set to the current filename before executing the commands in string. The string starts and ends with a " (double quote) and can cross mul- tiple lines in distfile. Separate multiple commands to the shell with a ; (semicolon). Commands are executed in your home directory on the host being updated. The special command can be used to rebuild private databases and so forth after a program is updated. If you run the rdist command as a normal user and any of the target hosts does not allow normal users to run rdist, updates to that host will fail with the following error message: rdist: connection failed: version numbers don't match EXAMPLES
The following is a small example of a distfile: HOSTS = ( matisse root@arpa) FILES = ( /bin /lib /usr/bin /usr/games /usr/include/{*.h,{stand,sys,vax*,pascal,machine}/*.h} /usr/lib /usr/man/man? /usr/ucb /usr/local/rdist ) EXLIB = ( Mail.rc aliases aliases.dir aliases.pag crontab dshrc sendmail.cf sendmail.fc sendmail.hf sendmail.st uucp vfont ) ${FILES} -> ${HOSTS} install -R ; except /usr/lib/${EXLIB} ; except /usr/games/lib ; special /usr/sbin/sendmail "/usr/sbin/sendmail -bz" ; srcs: /usr/src/bin -> arpa except_pat ( \.o$ /SCCS$ ) ; IMAGEN = (ips dviimp catdvi) imagen: /usr/local/${IMAGEN} -> arpa install /usr/local/lib ; notify ralph ; ${FILES} :: stamp.cory notify root@cory ; FILES
Contains a list of commands to be read by rdist. Contains update lists temporarily. DIAGNOSTICS
A complaint about mismatch of rdist version numbers may really stem from some problem with starting your shell; for example, you are in too many groups. SEE ALSO
Commands: csh(1), grep(1), ksh(1), nrdist(1), sh(1) rdist(1)
All times are GMT -4. The time now is 07:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy