Merci pour votre réponse
Bonsoir,
Je viens de regarder et je n'ai encore rien trouvé, j'ai essayé beaucoup de chose mais toujours le même problème, télécharge tout le FTP mais pas uniquement le dossier video.
Je dois télécharger les images du dossier :
video/20181017/images/
Sinon tout fonctionne bien seulement qu'il ne charge pas que le dossier demandé.
Voici le
.bat
et le
.txt
Si vous pouvez m'aider SVP.
thank you for your reply
Good evening,
I just watched and I have not found anything yet, I tried a lot of things but still the same problem, download all the FTP but not only the video file.
I have to download the images of the file:
video/20181017/images/
Otherwise everything works well only that it does not load only the requested file.
Here is the
.bat
and the
.txt
If you can help me please.
Fichier
.bat
.
set hoffset=%time:~0,2%
if "%time:~0,1%"==" " set hoffset=0%time:~1,1%
set ddmmaa_hhmmss=%date:~0,2%%date:~3,2%%date:~6,4%_%hoffset%%time:~3,2%%time:~6,2%
set backupdirectory=bck_%ddmmaa_hhmmss%
md %backupdirectory%
cd %backupdirectory%
"c:\program files\winscp\winscp.com" /script:"c:\Messauvegardes\backupscript.txt"
cd..
"c:\program files\7-Zip\7z.exe" a %backupdirectory%.zip %backupdirectory%
rd /S /Q %backupdirectory%
fichier
.txt
option batch on
option confirm off
open ni******:*********@ftp.************
option transfer binary
cd../video/20181017/images
mget *.*
close
exit