Sponsored Content
Full Discussion: Automated FTP
Top Forums Shell Programming and Scripting Automated FTP Post 302212830 by wakhan on Tuesday 8th of July 2008 12:34:51 PM
Old 07-08-2008
Automated FTP

WHAT IS RDIST?

and if you think that it can do my required job, then plz gives detail about its configuration.

Regards,
Waqas Ahmed
 

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
UKOPP(1)							  Ukopp man page							  UKOPP(1)

NAME
Ukopp - copy files to USB stick or other disk or disk-like device SYNOPSIS
ukopp [ -nogui ] [ -job | -run ] jobfile DESCRIPTION
Ukopp is a graphical menu-driven program operating in its own window. Ukopp copies the files and directories specified in the job file to disk or disk-like media (e.g. USB stick). OVERVIEW
Ukopp works incrementally: only files that are not already identical on the target media are copied (new and modified files or files newly added to the backup job). Files/directories to include or exclude can be selected from the file system hierarchy, using a GUI navigator. Specifications are saved in a job file which can be re-edited and/or executed. Ukopp can be run in batch mode using the -nogui option. Ukopp can optionally keep old file versions instead of replacing them with updated versions. The retention time and/or the number of old versions to keep can be specified for each selected file or directory. File owners and permissions are retained even if the copy media has a Microsoft file system. Summary of functionality: - Copy files incrementally with optional file version retention. - Three media verification modes: full, incremental, compare. - Report disk:backup differences in detail or summary form. - Select and restore files from backup media or use drag and drop. OPTIONS
Command line options: [ -job ] jobfile open job file for editing [ -nogui ] -run jobfile execute a job file SEE ALSO
The online user manual is available using the menu Help > contents. This manual explains Ukopp operation in great detail. AUTHORS
Written by Michael Cornelison <kornelix2@googlemail.com> Linux 2010-10-01 UKOPP(1)
All times are GMT -4. The time now is 02:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy