Download multiple files from FTP

Problem :

When we download multiple file from command line ftp, it prompt for every file.

Solution:

ftp> prompt
ftp> mget *.*
or
ftp> mget

Comments

Popular posts from this blog

Mysql to CSV

Secure server with Firewalld

Setup K8s cluster via kubeadm