tags:

views:

14

answers:

2

i use cpanel to upload everything to my websites... but the problem is that i have to browse select and upload each and every image. page or file individually... is there a way i can do this in batch

A: 

Windows comes with a primitive FTP client which you can automate your file transfer. See here for example on how to use it. Also see ftp /?. For anything more complicated, use a programming language with good FTP support (eg Perl/Python)

ghostdog74
+1  A: 

You can use NcFTPput.