Page 1 of 1
ftp
Posted: 23 Dec 2010 03:31
by glob5
1. using bat winscp move *.* from a folder on ftp server to a local server.
2. how to get size of a ftp folder

Re: ftp
Posted: 23 Dec 2010 09:54
by aGerman
Is winscp a command line tool? What kinds of command line options are available?
Regards
aGerman
Re: ftp
Posted: 23 Dec 2010 10:06
by glob5
www.winscp.com. I do not have the answer to my questions yet.
Re: ftp
Posted: 23 Dec 2010 10:23
by ChickenSoup
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.
Re: ftp
Posted: 23 Dec 2010 10:40
by aGerman
Seems winscp is no command line tool but a gui programm. But
here you will find the possible command line options, maybe you could find what you're looking for.
Regards
aGerman