Apple Xserve Up Mac OS X Server Specifications Page 292

  • Download
  • Add to my manuals
  • Print
  • Page
    / 329
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 291
292 Chapter 17 Configuring the Podcast Producer Service
Shared File System Uploading Mechanisms
Podcast Producer provides the following mechanisms for uploading content to the
shared file system:
 Copy upload (file_upload_url)
 FTP upload (ftp_upload_url)
 HTTPS CGI POST upload (https_upload_url)
Podcast Producer stores the configuration information for these mechanisms in its
server preferences file (/Library/Preferences/com.apple.pcastserverd.plist), as shown in
this example:
<key>file_upload_url</key>
<string>file:///Xgrid/PodcastProducer/Submissions</string>
<key>ftp_upload_url</key>
<string>ftp://my_username:[email protected]</string>
<key>https_upload_url</key>
<string>https://nbrosnahan1.apple.com:8170/cgi-bin/upload.cgi</string>
To upload content to the shared file system, Podcast Producer tries to use the copy
upload method first. If it can’t use this method, it tries to use the FTP upload method. If
Podcast Producer can’t use this method, it uses the third method (HTTPS CGI POST
upload).
In the /Library/Preferences/com.apple.pcastserverd.plist file, if an upload method key
does not have a value, Podcast Producer skips this upload method. Also, if the value of
the ftp_upload_url key is username:password, Podcast Producer assumes that this key
hasn’t been configured and won’t use it.
Note: The value of the ftp_upload_url key in the /Library/Preferences/
com.apple.pcastserverd.plist file is provided as an example.
Copy Upload
Podcast Producer uses the file_upload_url mechanism only if the file system specified
in the URL is available on the system executing the podcast CLI tool.
The podcast tool attempts to copy the file into the appropriate folder, which requires
that any user executing podcast be a member of the submissions_groupname group.
Page view 291
1 2 ... 287 288 289 290 291 292 293 294 295 296 297 ... 328 329

Comments to this Manuals

No comments