|
|
|
|
| Author |
Message |
JohnLev
Joined: 06 Oct 2006 Posts: 48 Rank: 5
|
Posted: 09 Oct 2006 08:34 Post subject: What soft do you use to download FTP sites? |
|
|
I use CuteFTPPro, what about you?
I wonder is there any FTP software that allow to write a scripts for downloading? For example there is file "file1.ext" and folder "folder1" and lots of hosts. How to download this file "file1.ext" to "folder1" on each host automatically? I don't know how to do it. But if someone can help me, that would be great |
|
| Back to top |
|
OffMan
Joined: 06 Oct 2006 Posts: 73 Rank: 0
|
Posted: 09 Oct 2006 08:34 Post subject: |
|
|
WS_FTP Pro has script editor and possible there you can try to configure script for your needs. Here is sample notes from help
---
Sample 1. A script that downloads a file (anonymous login)
In this example, the script connects to the Ipswitch FTP site and downloads a "Read Me" file.
Type at Command Prompt:
C:/ftpscrpt –f getreadme.scp
getreadme.scp
TRACE SCREEN
LOG SCREEN
USER anonymous
PASS wsftp77@unknown
CONNECT ftp.ipswitch.com
CD Ipswitch\Product_Downloads
DIR
GET readme.txt
CLOSE
--- |
|
| Back to top |
|
Tangos
Joined: 04 Oct 2006 Posts: 49
|
|
| Back to top |
|
|
|
|
|
|
|
|
|
|
|
ADVERTISEMENT
|
|
|