Going to that link shows me the folder and I can save the constituent files one by one...but How do I use an ftp client (like winscp for example) or something else to access the folder and just copy the whole thing. I don't have any username and/or password just that (public) ftp address.
migrated from stackoverflow.com Aug 6 '11 at 17:54
|
How are you currently trying to access the FTP site? Try using a FTP client such as FileZilla, which is free, or CuteFTP which has a cost but is another good one. |
|||
|
|
|
I use wget:
The |
|||
|
|
|
You can use the built-in ftp client (since you mention winSCP I'm assuming you are on the windows platform).
create a file with the name
You can see more about how that works here. You can do similar scripting with winSCP.
create a file with the name
You can see more about how that works here. |
|||
|
|
|
Just type "\download.siteXYZ.com" in "Run Prompt" and it should take to you this directory with the windows explorer. |
|||
|
|
FTP programs should have "anonymous login" for instance my linux program called "GNOME Commander" has possibility to login to public FTP. I believe this feature is among all programs. |
|||
|
|
|
Apparently with Winscp..one can just do :username--> anonymous and leave the password field blank and then proceed as normal. This is similar to what Pavek said but someone else might find the details I've provided useful. Of the windows solutions suggested, this seems to be the simplest. Thanks everyone. |
|||
|
|