Search found 1 match
- 19 Jan 2015 07:42
- Forum: DOS Batch Forum
- Topic: autologout ftp sript
- Replies: 1
- Views: 1429
autologout ftp sript
hi, My problem is how exiting a ftp script if the server is not available. I have a script like this : open ftp.server login passwd bin cd /DATA dir bye If the ftp server is not available, i have the prompt ftp> and i want to quit the script ftp automaticaly. is a command autologout exist ? Than you...