Posts

Showing posts with the label Linux

How to authentication local pc with FTP using LINUX COMMAND?

Try following code wget  --user=#username#  --password=#password# ftp://yourftpaddress/

How to login in MYSQL through window command line?

Run > CMD cd c:\xampp\mysql\bin mysql.exe -u root