Hi, I'll use the same domain name, user name and password you mentioned
I'm writing this pretty much from the top of my head (I wanted to tes
the script, but our local ISP's are still in hope that $200/Mo/root i
enough, resulting in frequent infrastructure malfunction :cry
Try with this (*ftp-batch.bat*
Code
-------------------
@echo off
ftp -d -a -n -s:ftp-batch.txt ftp.blahblahblah.com
*REM* put here processing program's command line
pause
-------------------
where *ftp-batch.txt* could contain something like this
Code
-------------------
quot USER abc
quot PASS 456xyz
quot PASV
quot CWD /new-in-server-side
lcd \new-in
quot TYPE I
quot RETR MyNewFile.txt
quot CWD /test1
lcd C:\new-in\test1
quot RETR MyNewFile_From_To_test1.txt
quit
-------------------
I really hope that this will work :geek
--
VLaaD