~jamesgifford/unity-quicklist-examples/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Desktop Entry]
Version=1.0
Name=FileZilla FTP
Comment=FTP Access For My Servers
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=filezilla
StartupNotify=true
StartupWMClass=RemoteServers
Actions=Server1;

[Desktop Action Server1]
Name=FTP into test server 
Exec=filezilla ftp://test:test@ftp.secureftp-test.com:21
OnlyShowIn=Unity;
Comment=You'll want to change the "test:test" with your username/password respectively, and the "ftp.secureftp-test.com" with the domain of your ftp server