# Automatically abort script on errors
option batch abort
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect using a password

open ftp://UserName:PWORD@192.168.XXX.XXX:21
# keepuptodate "d:\ftp" "/photos"
ls
cd photos/1307601
ls
cd..
exit



