PDA

View Full Version : What soft do you use to download FTP sites?


Yahook
04-29-2005, 10:36 PM
I use CuteFTPPro, what about you? ;-)

hiruvim
04-30-2005, 12:38 AM
I use FAR, as for me it is The best!

xariton
04-30-2005, 05:25 AM
Now I use Crystal FTP Pro or just FAR.
I like Crystal FTP Pro because it has anti-timeout function and it's often can be useful for me. But there is no so big difference between CuteFTP or AceFTP or CrystalFTP for example. They are rather equal by their functionality.

xmarks
03-01-2006, 12:07 AM
I use Ipswitch WS_FTP Pro. Also used CuteFTPPro :)

Yahook
03-01-2006, 05:46 PM
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 :wink:

xmarks
03-01-2006, 07:43 PM
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

---

Yahook
03-02-2006, 01:39 PM
Thanks xmarks, very usefull program. I will try it :wink: