Create symbolic links on server without SSH available?

Use a script. If you have sh, bash or csh available, then you’re nearly as good as if you had an ssh access. If you don’t, then most other scripting languages allow you to create symbolic links on your server. For example, in PHP you would use the symlink() function: symlink(“myOriginalFileOrDirectory”, “mySymbolicLink”); I just had … Read more

Error in FTP connection using domain name, username and password?

I had this error too. My domian name was a subdomain like xxx.yyy.com And cpanel ftp configuration guided me that ftp server is ftp.xxx.yyy.com Fillzilla was unable to connect and showed this error: Connection attempt failed with “EAI_NONAME – Neither nodename nor servname provided, or not known”. This error is for dns resolving. I just … Read more

421 Sorry, cleartext sessions are not accepted on this server.

“421 Sorry, cleartext sessions are not accepted on this server” means that the server is using “FTP Over Explicit TLS/SSL”. This is a Good Thing. You might be able to fix it by giving the protocol “ftpes:” instead of “ftp:”: ftpes://ftp.somesite.com/some_folder … or … ftps://ftp.somesite.com/some_folder You’ll probably need to use another FTP client besides your … Read more

How Connect to remote host from Aptana Studio 3

From the Project Explorer, expand the project you want to hook up to a remote site (or just right click and create a new Web project that’s empty if you just want to explore a remote site from there). There’s a “Connections” node, right click it and select “Add New connection…”. A dialog will appear, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)