Enter FTP Site Password in Web Browser

Leave a comment

Its very often that I google the ftp client parameter that will includes username and password, also initial url path.

To logon to an FTP site that requires a password, type the the following URL format:

ftp://<user>:<password>@<ftpserver>/<url-path>

Free Help Desk Systems

Leave a comment

Nice collection of Helpdesk management solutions. The best part of it, its free. Visit this link.

Common SQL Date and Time Functions

Leave a comment

Got these sample functions from SQLAuthority and find it very useful:

—-Today
SELECT GETDATE() ‘Today’

—-Yesterday
SELECT DATEADD(d,-1,GETDATE()) ‘Yesterday’

More

Google Chrome (New Web Browser)

Leave a comment

Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.

View its features

More

Follow

Get every new post delivered to your Inbox.