you can extend sharepoint as an Extranet using forms based authentication (FBA), SSL and configuring alternate access mappings (AAM) in sharepoint
FBA:http://msdn.microsoft.
SSL: http://support.microsoft.c
AAM:http://blogs.msdn.com/
with regard to your first question about FTP: you can do this with SPIEFolder and a script that copies the extracted file to your FTP server. SPIEFolder will export the file from sharepoint. you can schedule it to run using Task Manager. You'd then need to create a script that copies the file to a folder accessible via ftp, or ftp's the file to your FTP server.
http://www.codeplex.com/SP
Main Topics
Browse All Topics





by: Steve_NJPosted on 2009-11-03 at 14:29:31ID: 25734540
No, it's not really possible because files in SharePoint do not reside on the file system, they are all in SQL server.
this is the basics of an extranet site: http://help.sharepointsolu tions.com/ products/e xcm/webfra me.html?Co nfiguratio n_FBA_Dual Zone.html
o f course going external brings up questions as to if you have the right licensing.