Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net::dpap::client(3pm) [debian man page]

Net::DPAP::Client(3pm)					User Contributed Perl Documentation				    Net::DPAP::Client(3pm)

NAME
Net::DPAP::Client - Connect to iPhoto shares (DPAP) SYNOPSIS
use Net::DPAP::Client; my $client = Net::DPAP::Client->new; $client->hostname($hostname); my @albums = $client->connect; foreach my $album (@albums) { print $album->name, " "; foreach my $image (@{$album->images}) { print " ", $image->name, " "; my $thumbnail = $image->thumbnail; my $hires = $image->hires; } } DESCRIPTION
This module provides a DPAP client. DPAP is the Digital Photo Access Protocol and is the protocol that Apple iPhoto uses to share photos. This allows you to browse shared albums, and download thumbnail and hires versions of shared photos. It currently doesn't support password-protected shares. METHODS
new The constructor: my $client = Net::DPAP::Client->new; $client->hostname($hostname); connect Connect to the hostname: my @albums = $client->connect; SEE ALSO
Net::DPAP::Client::Album, Net::DPAP::Client::Image. AUTHOR
Leon Brocard <acme@astray.com> COPYRIGHT
Copyright (C) 2004-6, Leon Brocard This module is free software; you can redistribute it or modify it under the same terms as Perl itself. perl v5.10.1 2010-06-07 Net::DPAP::Client(3pm)

Check Out this Related Man Page

Net::Hotline::FileListItem(3pm) 			User Contributed Perl Documentation			   Net::Hotline::FileListItem(3pm)

NAME
Net::Hotline::FileListItem - File object used internally by Net::Hotline::Client SYNOPSIS
use Net::Hotline::FileListItem; $file = new Net::Hotline::FileListItem; $file->name("foo.txt"); $file->type("TEXT"); ... DESCRIPTION
Net::Hotline::FileListItem is a simple class for storing and retrieving file information, You should never have to create your own Net::Hotline::FileListItem objects when using Net::Hotline::Client. Getting and (to a lesser extent) setting attributes is all that should be necessary. CONSTRUCTION
new Creates a new Net::Hotline::FileListItem object with all attributes set to undef (or zero for numeric attributes). METHODS
All the Net::Hotline::FileListItem methods are simple attribute get/set routines. If given an argument, they set an attribute. In all cases, they return the current value of the attribute. creator TEXT The file creator, given as a four-letter Mac OS creator code ("TTXT", "SIT!", etc.) name TEXT The file name. size NUM The size of the file in bytes. type TEXT The file type, given as a four-letter Mac OS type code ("TEXT", "PICT", etc.) or Net::Hotline::Constants::HTLC_FOLDER_TYPE for folders. AUTHOR
John C. Siracusa (siracusa@mindspring.com) COPYRIGHT
Copyright(c) 1999 by John Siracusa. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2002-11-27 Net::Hotline::FileListItem(3pm)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

X-Client for Windows?

I managed it to install Solaris8 on an Intel-Engine. I want to use it as a Test-Server. It would be great if i could get now a free X-Client for Windows, with which i can logon to from my Main-Computer (NT4) to the Solaris8.Station. What is to do? Do somebody know Software for this? Please... (4 Replies)
Discussion started by: cyberbloodgoat
4 Replies

2. UNIX for Advanced & Expert Users

How can I convert photos extension?

Hi all I am working in UNIX O.S and I want to transfer any photos from UNIX O.S to Windows O.S . can any one tell me how can I do this ? (3 Replies)
Discussion started by: bintaleb
3 Replies

3. Shell Programming and Scripting

Regular expressions - Perl

Hello everybody, I am trying to connect from hp-ux to win 2003 using perl's Net::Telnet module. Seeing the examples in couple of web sites, I saw I have to declare a Prompt => Can somebody please tell me what my regular expression should be? The prompt after I log in is: ... login:... (1 Reply)
Discussion started by: whatever
1 Replies

4. UNIX for Dummies Questions & Answers

I'm a newbie to unix

i have just installed UNIX 7.01 to replace a windows server2003 used for my family to share and remotely save photos i need to set it up so very novice users can view, import and export photos most of the remote users will have windows machines,i use Linux, Mac and windows. most of what i want... (2 Replies)
Discussion started by: chance63
2 Replies

5. SuSE

NoMachine NX window closes after establishing connection

Hi, I am trying to use nomachine nx server and client. But somehow it doen't work. What happens is the following: 1.- Client starts up 2.- Client authenticates with Server 3.- The NoMachine window appears for 2-4 seconds 4.- The NoMachine window exists Somehow a "closeEvent" is sent.... (3 Replies)
Discussion started by: blackicecube
3 Replies

6. Shell Programming and Scripting

Find Directories That Do Not Contain A Certain File

I'm having problems figuring out the process to find directories that DO NOT contain a certain file. I have a mp3 collection that all the album art is name "folder.jpg". Not all the albums have images. I need a way to find the albums/directories that do not contain "folder.jpg". I can find the... (2 Replies)
Discussion started by: subsonic
2 Replies

7. UNIX for Dummies Questions & Answers

Problem when I try to Install a Client VPN Cisco

Hi Gurus of UNIX, I have a problem when I try to install a software VPN Cisco in Laptop (HP530). I do the following procedures: Part 2 - VPN Client Compilation We will now set up the vpn client. As there is no official Cisco VPN Client for OpenSolaris X86 available, we will use vpnc.... (1 Reply)
Discussion started by: andresguillen
1 Replies

8. Shell Programming and Scripting

SED to remove a line above and lines below.

:confused:Hi All, I need help on removing lines in a text file. Sample file : When there is a match ip for IPAddress in my `cat ip.out`, proceed delete line above until string "Comp" is found. Thank you very much. ---------- Post updated at 12:56 AM ---------- Previous update was... (4 Replies)
Discussion started by: chiewming
4 Replies

9. Solaris

Jumpstart Client Issue

I have a jumpstart client that is not requesting the tftp boot file. The rarp function is working, hostname and ip are set ok, but it hangs after that. tcpdump output: jumpstart-server:/var/lib/tftpboot# tcpdump -i eth1 tcpdump: verbose output suppressed, use -v or -vv for full protocol... (6 Replies)
Discussion started by: skitch
6 Replies

10. AIX

X-Client recommendation

Hi folks, Does someone have a good choice for a free xclient software ??? We used to use Xwin32 from Starnet, but there is a licensing issue currently happening and I need to indicate an alternative to it. The idea is just to provide a graphic interface access for AIX. Thanks Regards, ... (3 Replies)
Discussion started by: Ivan Junior
3 Replies

11. Shell Programming and Scripting

help using find/xargs to apply mp3gain to files

I need to apply mp3gain (album mode) to all mp3 files in a given directory. Each album is in its own directory under /media/data/music/albums for example: /media/data/music/albums/foo /media/data/music/albums/bar /media/data/music/albums/more What needs to happen is: cd... (4 Replies)
Discussion started by: audiophile
4 Replies

12. UNIX and Linux Applications

JMX Client -MalformedURLException

Hi I am writing a JMX client to fetch the MBeans and its attributes. i am able to display weblogic MBeans using the following code snippet. But my requirement is it should run on Unix box. I copied same client onto unix, then i am getting the following error. ... (1 Reply)
Discussion started by: tripleM
1 Replies

13. Post Here to Contact Site Administrators and Moderators

Cant add images to private album

Hello When i follow the link on: https://www.unix.com/members/sea-albums.html I end on this page: https://www.unix.com/members/sea-albums-tui-textual-user-interface-scripts.html Which, by url, is correct, but showing my only the recent changed albums, and below an extra box of "'sea's Albums".... (2 Replies)
Discussion started by: sea
2 Replies

14. Shell Programming and Scripting

Mail related

I have maintaining 16 client PCs.I want to get a mail from client PCs whenever any one of the services are not working.Services like postgres ,sms , jts and synch etc.,The Client PCs are remotely placed.I want to develop this through shell script ,But I don't have an idea to develop this... (2 Replies)
Discussion started by: kannansoft1985
2 Replies