-
Notifications
You must be signed in to change notification settings - Fork 0
FTP Bookmarks
Reid Ransom edited this page Aug 22, 2013
·
2 revisions
Here's a sample FTP Bookmarks ~/.encloader/bookmarks.js
file:
{
"Bookmark Name 1": {
"url": "http://example.com/",
"server": "example.com",
"username": "reidransom",
"password": "password123"
},
"Bookmark Name 2": {
"url": "http://example2.com/some/path/",
"server": "example2.com",
"username": "reidransom",
"password": "password123",
"path": "html/some/path/",
}
}
To create your own bookmarks, copy the text above, then in a terminal type the following commands:
$ mkdir ~/.encloader
$ pbpaste > ~/.encloader/bookmarks.js
$ open ~/.encloader/bookmarks.js
That last command will open your bookmarks file in a text editor and you can replace the example info with your FTP’s info.
Then when you go to “Encload” something, enter the target URL in Encloader’s “Upload URL” field. For example, http://example.com/videos/i-encloaded-something.mp4
. Then when your video is done being transcoded, it will be uploaded to your FTP and available at that URL.