Saturday, 15 February 2014

Creating a desktop shortcut for FTP access in Ubuntu


Create a “<filename>.desktop” file with the following entries. Replace “<filename>” with suitable name.




[Desktop Entry]
Name=FTP
Exec=nautilus --new-window ftp://<FTP Site Address>
Icon=system-file-manager
Type=Application






Give the file executable permission. On double clicking the file now the FTP site will be opened in nautilus.

No comments:

Post a Comment

The Definitive Debian Deep Dive: History, Release Model & Lifecycle

// System Administration · Debian Linux The Definitive Debian Deep Dive History, governance, the three-suite release pipeline, m...