shell-script-pt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RES: Resposta:Re: [shell-script] ftp automation script pc-> unix


From: Renato Silveira
Subject: RES: Resposta:Re: [shell-script] ftp automation script pc-> unix
Date: Thu, 30 Aug 2001 09:44:11 -0300

open XX.XXX.XX.XX   [ ip ]
user login senha
prompt
binary
cd arquivos
pwd
mput *.tar.gz.pgp *.done
dir
close
bye


> ----- Mensagem original -----
> De:           Bruno Olivieri [SMTP:address@hidden]
> Enviada em:           Quinta-feira, 30 de Agosto de 2001 14:43
> Para:         address@hidden
> Assunto:              Resposta:Re: [shell-script] ftp automation script
> pc-> unix
> 
> 
> 8/30/2001 9:42:48 AM
> 
> Olás...
>       e como passar o login e senha quando for o caso?
> 
> 
> []'s
> 
> 
> Bruno Olivieri
> address@hidden
> Aker Firewall Certificate
> Visual Technologies
> Tel:. 21.2518.40.86 Fax.: 21.2263.26.25
> 
> 
> 
> 
> 
> Luis Fernando Kieça <address@hidden> escreveu em 8/30/2001
> 2:51:41 AM:
> 
> Jim,
> 
>       You'll need create 2 "batch"'s files. The first one, you'll put the
> folling 
> command:
> 
>       @echo off
>       ftp ftp.hostname.com.br < ftpcommands.txt
> 
>       The second file, you'll put all ftp commands to download the
> necessary file, 
> as follow:
> 
>       cd /pub
>       binary
>       lcd c:\download
>       get filename.exe
> 
>       Maybe you'll need put more one line at the of file. This line will
> contain 
> the 'bye' command.
> 
>       That's all.
> 
>       I had do it once a long time ago. If I forgot something, please
> e-mail us. 
> Sorry for my bad english.
> 
>       Best regards,
> 
> Luis Fernando Kieça
> 
> On Wednesday 29 August 2001 08:43 pm, you wrote:
> > Hi,
> > i need a ftp automation script that run on PC/DOS.
> > user
> > enters hostname and filename as arguments to the
> > script command. script transfers the file from the
> > remote host.
> > does anyone have such script?. If yes, can you share?.
> > if yes,
> > can you explainhow to install and run?.
> > Jim
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Get email alerts & NEW webcam video instant messaging with Yahoo!
> Messenger
> > http://im.yahoo.com
> >
> > Sair da lista: address@hidden
> > Banco Dados:   http://www.egroups.com/group/shell-script
> >
> > Seu uso do Yahoo! Grupos é sujeito às regras descritas em:
> > http://br.yahoo.com/info/utos.html
> 
> Sair da lista: address@hidden
> Banco Dados:   http://www.egroups.com/group/shell-script 
> 
> Seu uso do Yahoo! Grupos é sujeito às regras descritas em:
> http://br.yahoo.com/info/utos.html
> 
> 
> Sair da lista: address@hidden
> Banco Dados:   http://www.egroups.com/group/shell-script 
> 
> Seu uso do Yahoo! Grupos é sujeito às regras descritas em:
> http://br.yahoo.com/info/utos.html 
> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]