Controle FTP batch
Fermé
Makss
Messages postés
385
Date d'inscription
vendredi 1 février 2008
Statut
Membre
Dernière intervention
3 avril 2009
-
20 mai 2008 à 14:46
Makss Messages postés 385 Date d'inscription vendredi 1 février 2008 Statut Membre Dernière intervention 3 avril 2009 - 22 mai 2008 à 08:48
Makss Messages postés 385 Date d'inscription vendredi 1 février 2008 Statut Membre Dernière intervention 3 avril 2009 - 22 mai 2008 à 08:48
A voir également:
- Controle FTP batch
- Controle parental pc - Guide
- Ftp //192.168.l.2121 - Forum Réseau
- Echo off batch ✓ - Forum Autoit / batch
- Serveur ftp gratuit ✓ - Forum Logiciels
- Télécharger fausse vignette contrôle technique ✓ - Forum Imprimante
22 mai 2008 à 08:48
J'avais fait un truc similaire dans l'aprem, le code, pour les suivants :
........
ftp -n -s:ftpemi monftp.com>>logconn.txt
find "230" logconn.txt>>condition.txt
Copy condition.txt FIC.TRA
Find /V /I "---------- LOGTEST.TXT" < FIC.TRA > condition.txt
Del FIC.TRA
for /f %%i in (condition.txt) do (set var=%%i)
if not "%var%"=="230" goto $fin
..............
:$fin
del *.txt