How to authentication local pc with FTP using LINUX COMMAND?

Try following code

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

Most Popular

Customize wordpress register form wp_register()

What is difference between get and post method in php

Disable/enable a form element using jQuery?