How to authentication local pc with FTP using LINUX COMMAND?

Try following code

wget  --user=#username#  --password=#password# ftp://yourftpaddress/

Most Popular

Tutorials Programme

How to get table count for all tables in a database in Mysql?