Sponsored Content
Full Discussion: Automated FTP task
Special Forums IP Networking Automated FTP task Post 6104 by LowOrderBit on Wednesday 29th of August 2001 06:41:34 PM
Old 08-29-2001
Vi

anyone else remember using Vi for the first time??? is this our only option???

e0-

Vi hater
 

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. Shell Programming and Scripting

Automated FTP

I want to do Automated FTP from linux client to LINUX server using a shell script after every one hour. And copies last most updated file from Linux server. OR You can say that whenever files get modified on LINUX server so it also copies on my LINUX client. Linux SERVER path=... (4 Replies)
Discussion started by: wakhan
4 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
Gnome2::PasswordDialog(3pm)				User Contributed Perl Documentation			       Gnome2::PasswordDialog(3pm)

NAME
Gnome2::PasswordDialog - wrapper for GnomePasswordDialog HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Window +----Gtk2::Dialog +----Gnome2::PasswordDialog INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gnome2::PasswordDialog->new ($dialog_title, $message, $username, $password, $readonly_username) o $dialog_title (string) o $message (string) o $username (string) o $password (string) o $readonly_username (boolean) boolean = $password_dialog->anon_selected Since: libgnomeui 2.8 string = $password_dialog->get_domain Since: libgnomeui 2.6 $password_dialog->set_domain ($domain) o $domain (string) Since: libgnomeui 2.6 string = $password_dialog->get_password $password_dialog->set_password ($password) o $password (string) $password_dialog->set_readonly_domain ($readonly) o $readonly (boolean) Since: libgnomeui 2.6 $password_dialog->set_readonly_username ($readonly) o $readonly (boolean) passworddialogremember = $password_dialog->get_remember Since: libgnomeui 2.6 $password_dialog->set_remember ($remember) o $remember (Gnome2::PasswordDialogRemember) Since: libgnomeui 2.6 boolean = $password_dialog->run_and_block $password_dialog->set_show_domain ($show) o $show (boolean) Since: libgnomeui 2.6 $password_dialog->set_show_password ($show) o $show (boolean) Since: libgnomeui 2.6 $password_dialog->set_show_remember ($show_remember) o $show_remember (boolean) Since: libgnomeui 2.6 $password_dialog->set_show_username ($show) o $show (boolean) Since: libgnomeui 2.6 $password_dialog->set_show_userpass_buttons ($show_userpass_buttons) o $show_userpass_buttons (boolean) Since: libgnomeui 2.8 string = $password_dialog->get_username $password_dialog->set_username ($username) o $username (string) PROPERTIES
'anonymous' (boolean : default false : readable / writable / private) anonymous 'domain' (string : default undef : readable / writable / private) domain 'message' (string : default undef : readable / writable / private) message 'message-markup' (string : default undef : readable / writable / private) message-markup 'new-password' (string : default undef : readable / writable / private) new-password 'password' (string : default undef : readable / writable / private) password 'readonly-domain' (boolean : default false : readable / writable / private) readonly-domain 'readonly-username' (boolean : default false : readable / writable / private) readonly-username 'remember-mode' (Gnome2::PasswordDialogRemember : default "nothing" : readable / writable / private) remember-mode 'show-domain' (boolean : default false : readable / writable / private) show-domain 'show-new-password' (boolean : default false : readable / writable / private) show-new-password 'show-new-password-quality' (boolean : default false : readable / writable / private) show-new-password-quality 'show-password' (boolean : default true : readable / writable / private) show-password 'show-remember' (boolean : default false : readable / writable / private) show-remember 'show-username' (boolean : default true : readable / writable / private) show-username 'show-userpass-buttons' (boolean : default false : readable / writable / private) show-userpass-buttons 'username' (string : default undef : readable / writable / private) username ENUMS AND FLAGS
enum Gnome2::PasswordDialogRemember o 'nothing' / 'GNOME_PASSWORD_DIALOG_REMEMBER_NOTHING' o 'session' / 'GNOME_PASSWORD_DIALOG_REMEMBER_SESSION' o 'forever' / 'GNOME_PASSWORD_DIALOG_REMEMBER_FOREVER' SEE ALSO
Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2 for a full notice. perl v5.14.2 2011-11-16 Gnome2::PasswordDialog(3pm)
All times are GMT -4. The time now is 01:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy