I have been looking for an FTP client to transfer files between two server's the closest i got was FTP Rush, i am able to log into FTP account of both my Linux servers using FTP Rush but i am not able to transfer files. Can some one suggest some FTP client to do this.
Rakesh's questions
I am pretty new to awstats and have configured Awstats on my apache webserver to analyze nginx access logs(nginx webserver is for my django app), I am able to take the stats from LogFile=/var/log/nginx/access.log
but how do I analyze multiple Logs that are gzip format. Such as access.log.1.gz...access.log.40.gz. I have a lot of logs to analyze.
Hi i am pretty new to Amazon RDS.my question how to Sync data from one amazon RDS machine to another? like taking a mysql Dump or something like that, and is it possible to Sync over multiple regions like from Europe RDS Machine to US RDS machine.
Hi How do i connect to MySql from another Ubuntu machine. I tried this
mysql -h 'IP' -P 3306 -u test -ptest
I get ERROR 2003 (HY000): Can't connect to MySQL server on 'IP' (111). then i tried
nmap -sS -O -p 3306 'IP' and it says 3306/tcp closed mysql
But in the MySql machine when i try it with localhost it works
nmap -sS -O -p 3306 localhost it says 3306/tcp open mysql
What am i missing here