[Batch] Conexión FTP

Iniciado por Shinseiki86, 6 Marzo 2009, 20:57 PM

0 Miembros y 1 Visitante están viendo este tema.

Shinseiki86

Hola nuevamente.
Necesito ayuda con una conexion ftp desde un bat.
en el archivo ftp.bat tengo:

ftp -i -v -s:conexion.txt
pause

y en conexion.txt...

open XXX.XX.XX.XXX
xxxx  //user
xxxx  //pass
lcd O:\carpetalocal
cd carpetaremota
bin
mget *.*
bye


pero, no hace nada productivo... solo se llama infinitamente la sentencia.
O:\carpeta>ftp -i -v -s:conexion.txt

Porque?

leogtz

Prueba asi :
ftp -i -v -s:conexion.txt ftp.TUFTP.com

Saludos.
Código (perl) [Seleccionar]

(( 1 / 0 )) &> /dev/null || {
echo -e "stderrrrrrrrrrrrrrrrrrr";
}

http://leonardogtzr.wordpress.com/
leogutierrezramirez@gmail.com

kevlar

#2


ftp -niv < conexion.txt



................................................. :¬¬