RemoteFileManager?
RemoteFileManager?
- Subject: RemoteFileManager?
- From: petite_abeille <email@hidden>
- Date: Sun, 13 Apr 2003 15:59:30 +0200
Hello,
Is there any simple way to manage files remotely? Something along the
line of NSFileManager but for webdav and ftp?
/sbin/mount_webdav can mount a webdav server as a file system node, so
one could use NSFileManager to access it.
Similarly, /sbin/mount_ftp (aka
/System/Library/Filesystems/ftp.fs/csmount) can mount a ftp server...
but... seems to provide read-only access :-(
There is a NSFTPURLHandle... but it doesn't seem to handle writeData:
There is also curl, but it's not really tailored for file management.
Any other alternatives? Any way to set /sbin/mount_ftp for read-write
access? Or perhaps somebody wrote a nice CURLFileManager they want to
share?-) Or...?
Thanks.
Cheers,
PA.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.