ABHIONLINUX
Site useful for linux administration and web hosting

2010/10/15

How to upload multiple files using ftp in command line mode.

You can use lftp command to upload multiple files

lftp hostname

> user ftpusername ftppassword
> mirror source destination [to download entire directory]
> mirror -R source destination [to upload entire directory]

No comments:

Post a Comment