1. using bat winscp move *.* from a folder on ftp server to a local server.
2. how to get size of a ftp folder
ftp
Moderator: DosItHelp
Re: ftp
www.winscp.com. I do not have the answer to my questions yet.
-
- Posts: 79
- Joined: 13 Dec 2010 10:32
Re: ftp
The only thing i can think of is dumping the file list for the directory into a for loop and then parsing out and adding the files sizes. I'm not the brightest bulb on the forum by far but, this would probably have to be dumped into a file and then parsed with the for loop. This would get trickier if there are subdirectories.