ABHIONLINUX
Site useful for linux administration and web hosting

Showing posts with label ftp in command line mode.. Show all posts
Showing posts with label ftp in command line mode.. Show all posts

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]