linux-l: FTP und Scripte ?

Uwe Sawallisch usw at edvmix3.ub.tu-berlin.de
Do Jul 6 13:13:20 CEST 2000


Hallo,

> Hallo allerseits,
> mal ne Frage: Wie kann ich innerhalb eines Scriptes (inner bash)
> automatisch eine Datei an einen Server per Script in ein bestimmtes
> Verzeichnis schicken. laesst sich ftp oder ncftp fernsteuern? Jemand eine
> Idee ?
> 
> Ciao, Duncan

reicht nicht in etwa sowas (Passwort leider Klartext, aber wenn das
Script nicht gerade world-readable ist...):

#!/bin/bash
#
ftp -n << EOF
open rechner.domain.de
user duncan passwort
prompt
cd /home/dings
mput bums.*
bye
EOF

Gruesse:
-- 
Uwe Sawallisch                                |                TU Berlin
Fon: +49 30 314-23517 * Fax: +49 30 314-23492 |          UB, EDV-Referat
E-Mail: Sawallisch at ub.TU-Berlin.DE            | Strasse des 17. Juni 135
http://staff.ub.tu-berlin.de/~usw/            |           D-10623 Berlin



Mehr Informationen über die Mailingliste linux-l