Using your iDisk to share files


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Using your iDisk to share files
# 1  
Old 10-11-2008
Using your iDisk to share files

You can use your MobileMe iDisk to share files with anyone on the Internet.Important: Do not give your MobileMe account password to anyone. Other people only need to know your member name and Public folder password (if you use one) to access your shared files.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Compare files and share output from both files

hi all, Thanks to all for your great help... I have a scenario that I have two files (file1 & file2). I need to compare two files entire row by row and share the output if any discrepancies within two files. File1: DB1|TB1|C1,C3 DB2|TB2|C1,C2 DB3|TB3|C1,C2,C3,C4 File2: ... (2 Replies)
Discussion started by: Selva_2507
2 Replies

2. UNIX for Dummies Questions & Answers

How to share files between linuxes.

$sudo mount -t cifs //192.168.0.13/jone /media Password: Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE CIFS VFS: Send error in SessSetup = -13 CIFS VFS: cifs_mount failed w/return code = -13 mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man... (2 Replies)
Discussion started by: vistastar
2 Replies

3. Red Hat

How to share files between host XP and RedHat VM?

Hi, I am fairly new to Linux. I have a Win XP host machine where I am running a Redhat virtual machine using VMplayer. I have a tool in the VM that I need to run using some input data located on the host machine. How can I share files between the host and the VM? I need to be able to read/write... (3 Replies)
Discussion started by: ilyaz
3 Replies

4. AIX

Which Files To Share WIth CSM?

Hi, I'm new to AIX 5.3 and CSM, but am familiar with other UNIX flavours. I've been asked to compile a list of files we should manage using CSM. Could someone suggest a starting list? /etc/hosts /etc/passwd what else? I'm not looking for a comprehensive list, just a starting... (0 Replies)
Discussion started by: MyMateDave
0 Replies

5. UNIX for Dummies Questions & Answers

Accessing files on unix share from xp?

Sorry if the is in the wrong section, but would like to know if anyone can help with the following I am on a network using Windows XP and am having problems viewing/manipulating files on one of the shared drives, which happens to be a snap server. I have no other problems with any of the other... (1 Reply)
Discussion started by: MrB
1 Replies
Login or Register to Ask a Question
FUSEDAV(1)						      General Commands Manual							FUSEDAV(1)

NAME
fusedav - mount WebDAV shares SYNOPSIS
fusedav [-hDL] [-t secs] [-u username] [-p password] [-o options] URL mountpoint DESCRIPTION
fusedav is a userspace filesystem driver that allows you to mount WebDAV shares. This way you can transparently edit and manage files on a remote server. As long as the fusedav process is running, the WebDAV share located at URL is accessible under mountpoint. If username and password are required and you did not specify them on the command line you will be prompted as soon as you are trying to access the mounted share. OPTIONS
-h Show summary of options. -D Enable debug mode. -L Lock the repository during mount. (Not properly supported on all servers, hence not enabled by default.) -t secs Set lock timeout to secs seconds. -u username Use username for authentication if required. -p password Use password for authentication if required. -o options Pass options as additional mount options to FUSE. URL Location of the WebDAV share. mountpoint Local mountpoint of the WebDAV share. AUTHOR
fusedav was written by Lennart Poettering <mzshfrqni (at) 0pointer (dot) de>. This manual page was written by Sebastian Harl <tokkee@debian.org>, for the Debian project (but may be used by others). August 24, 2006 FUSEDAV(1)