Hi everyone,
I was wondering if anyone knows how to or if it is possible to upload files to a sharepoint (v3/MOSS) document library over FTP. I know it is possible with webdav. If it is possible is this even supported by Microsoft?
|
2
|
Hi everyone, I was wondering if anyone knows how to or if it is possible to upload files to a sharepoint (v3/MOSS) document library over FTP. I know it is possible with webdav. If it is possible is this even supported by Microsoft? |
||
|
|
|
|
I don't think so. I think you're options are:
|
||||
|
|
|
I have a question about how to upload file using webdav? |
||||
|
|
|
Thank you all for your responses. We will most likely use the web service API. |
||
|
|
|
|
Direct FTP into SharePoint is not one of your options. You would need to have a timer job run that checks your FTP directory and uploads into the document library. |
||
|
|
|
|
You can map a drive to a SharePoint document library, for example \\serveraddress.domain.com\Documents. So I would try mapping a drive on your FTP server, then making sure files that come in over FTP get sent to that drive. |
||
|
|
|
Yeah i know about those 4. A customer of ours claims to have successfully done this over FTP. I'll try and get more info from them, but was just curious if anyone in the community has accomplished this and if there are any gotchas about security/speed/etc that i need to be aware of. |
||
|
|