10-22-2009
No matter what happens inside the ftp itself, it will most probably return a RC of 0. So you'll might want to check for the 3-digit ftp codes the client shows when entering ftp commands. I guess there is some -v (verbose) option that turns it on.
With that (there is a missing "done" at the end btw.) you will most probably have an infinity loop.
Also if possible I recommend setting up ssh and the use of scp instead. It is encrypted and when keys are exchanged there will be no need to supply passwords etc.
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
How can I execute a script on a unix server via ftp from a Windows machine?? Can't use cron/at to schedule the execution and don't want to open up a telnet session just to do it. I want to be able to kick it off after I send the script over on a nightly basis. Reason is script parameter changes... (4 Replies)
Discussion started by: giannicello
4 Replies
2. Programming
My code is at:
http://rafb.net/p/E82U3C73.html
It is a concept sample. I desperately tried to compile it with g++. To my surprise (in vmplayer/ win2k) vc++6 succeeds to compile it.
I'm in very doubt. I used RedHat WS 4 , g++-3.4 and Debian Etch, g++-4.1
Comment this please!!
mihai (4 Replies)
Discussion started by: mihk
4 Replies
3. Shell Programming and Scripting
o
hola..
Tengo un script que se ejecuta bajo una tarea del CronJOb del unix, tengo la version 11 de unix, mi script tiene un ciclo que lee unos archivos .txt luego cada uno de esos archivos debe pasar por un procedimiento almacenado el cual lo tengo almacenado en mi base de datos oracle 10g,... (4 Replies)
Discussion started by: Kespinoza97
4 Replies
4. Shell Programming and Scripting
Hi,
I have a ftp script which first gets all the file names and echo's the latest file.
I'm using another ftp command sets to get the file name given by first ftp. The problem is the parameter is not accepted by second ftp. The error message i'm getting is
> Rename Temp File calloc:ICMP... (5 Replies)
Discussion started by: ammu
5 Replies
5. Shell Programming and Scripting
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
6. Shell Programming and Scripting
Hello
I'm using expect to create a script. I want some lines to be executed only if the telnet succeeds to the target host. Kindly check the code that i created. The problem i'm facing that while execting the script, the lines after login seems to be ignored. The password is not sent and also... (2 Replies)
Discussion started by: Hossam_Nox
2 Replies
7. UNIX for Dummies Questions & Answers
Hi,
When I use "read" to parse the sftp command sent via ptty, I ran into a very mysterious case below:
---
In Unix, the command ‘quit' is lost.
===
Fri 13Apr12 15:42:47GMT-sftp_send_command: SENT
Fri 13Apr12 15:42:47GMT-sftp_read_resp_line: Parse buffer=quit^M --> Command sent correctly... (2 Replies)
Discussion started by: HgHK
2 Replies
8. Shell Programming and Scripting
hi,
is there a way i can execute a batch file containing ftp commands like we execute sftp batch file.
sftp -b batchfile user@server > output
how to create a batch file for ftp executing command and how to run the batch file from a shell script? (2 Replies)
Discussion started by: Little
2 Replies
9. UNIX for Advanced & Expert Users
I am attempting to send multipart formatted email using sendmail -t with attachments. The attachments always arrive as empty if sent from linux. They are intact if sent from AIX.
Does qmail not support attachments for multipart formatted email?
I have a legacy application which runs... (4 Replies)
Discussion started by: charles_n_may
4 Replies
10. Shell Programming and Scripting
Greetings all,
We are implementing a new tool called URLwatch which is a python utility. Here are the requirements.
1) Run every 10 seconds
2) Execute the python script
3) Output file gets generated, FTP it to a differernt server
I gave no idea how to do this and management needs a demo... (3 Replies)
Discussion started by: jeffs42885
3 Replies
LEARN ABOUT HPUX
ftpgroups
ftpgroups(4) Kernel Interfaces Manual ftpgroups(4)
NAME
ftpgroups - group password file for use with the SITE GROUP and SITE GPASS commands.
SYNOPSIS
DESCRIPTION
The file is the group password file for use with the SITE GROUP and SITE GPASS commands.
To enable the use of this file, the entry must be made in the configuration file
This file contains an alphanumeric string, encrypted password, and the actual group name from the file. Each entry is separated by After a
user logs in, the SITE GROUP and SITE GPASS commands may be used to specify an enhanced access group and associated password. If the group
name and password are valid, the user becomes (via a member of the group specified in the group access file,
The format of the group access file is:
where access_group_name is an arbitrary (alphanumeric and/or punctuation) string. encrypted_password is the password encrypted via
crypt(3), exactly like in real_group_name is the name of a valid group listed in
NOTE: For this option to work for anonymous FTP users, the ftp server must keep permanently open and the group access file is loaded into
memory. This means that:
(1) the ftp server now has an additional file descriptor open, and
(2) the necessary passwords and access privileges granted to users via SITE GROUP will be static for the duration of an FTP ses-
sion.
If you have an urgent need to change the access groups and/or passwords *NOW*, then kill all of the running FTP servers.
FILES
AUTHOR
was developed by the Washington University, St. Louis, Missouri.
SEE ALSO
ftpaccess(4).
ftpgroups(4)