Hi Michael Look at the LocalFS product - it lets you link to files on the operating system. http://sourceforge.net/projects/localfs If you need to link to another PC, I spose you could map that remote location to a drive then link to that drive. -----Original Message----- From: michael.tañag [mailto:almightymike@yahoo.com] Sent: Monday, 30 September 2002 3:35 p.m. To: zope@zope.org Subject: [Zope] Get files from outside zope Hi! how can I get my DTML document to have a link outside zope, like linking to a file on another PC but on the same netwrok? What are the steps I need to do? Thanks!! Do you Yahoo!? New DSL Internet Access from SBC & Yahoo!
hi, if you only need file access, i would recommend LocalFS; if you need to manipulate those files - i.e. want them embedded as disparate zope objects, check out ExternalFile. works great. depending on your os, you could use smb or nfs file sharing to map remote file systems to your zope box. - cheers, oliver
-----Original Message----- From: michael.tañag [mailto:almightymike@yahoo.com] Sent: Monday, 30 September 2002 3:35 p.m. To: zope@zope.org Subject: [Zope] Get files from outside zope
Hi! how can I get my DTML document to have a link outside zope, like linking to a file on another PC but on the same netwrok? What are the steps I need to do? Thanks!!
Do you Yahoo!? New DSL Internet Access from SBC & Yahoo!
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- To understand recursion, we first have to understand recursion.
participants (2)
-
Chris Beaven -
Oliver Skiebe