how to upload files on unix to SharePoint


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how to upload files on unix to SharePoint
# 1  
Old 10-07-2004
Question how to upload files on unix to SharePoint

Hello,

I would like to upload text files in my unix directory to a folder in the SharePoint webserver, but have no idea to how do it. I was thinking of using ftp to send files from unix to SharePoint server. However I have heard that the files on the SharePoint are not physically saved on a folder, but in a SQL database.

Has anyone had experience in this? Can I use a unix script or Perl script to accomplish this task? Is there a SharePoint service that I can use in the unix or perl script to upload the files?

Thanks so much!

Sheldon Wang
# 2  
Old 10-08-2004
Question just don't really know...

I haven't got any anticipation what you really mean, because I never worked with things like SQL, Sharepoint or Perl.

But I've found this link...perhaps a suggestion. only a try. maybe you can use it.


http://www.webdav.org/cadaver/
http://www.webdav.org/
http://www.webdav.org/other/faq.html
http://www.webdav.org/perldav/
# 3  
Old 10-08-2004
MySQL

Hi,

Thanks for the reply. The SharePoint is a Microsoft product that hosts a website that can be shared by multiple persons. I will have a look at the links that you have suggested.

Regards.
Sheldon Wang
# 4  
Old 10-08-2004
Please post a reply back to this forum if you figure out how to do this. We are migrating to Sharepoint here as well and I would be interested in what you come up with. Thanks.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Proxy Server

Upload file from desktop to UNIX server via putty

I have a requirement of following - 1. Transfer excel spreadsheet from desktop to unix server 2. Open the spreadsheet and read the sql row by row at a time 3. Run each sql on database using unix and then send output back to spreadsheet that was uploaded earlier and then transfer file back to... (12 Replies)
Discussion started by: Analabhatla
12 Replies

2. Shell Programming and Scripting

Shell: uploading file from UNIX server to sharepoint server

Is it possible to upload a file from unix server to sharepoint server through shell or perl scripting. I have the sharepoint link where it needs to be uploaded. Could you please share your views on this ? (0 Replies)
Discussion started by: scriptscript
0 Replies

3. Solaris

Access Sharepoint site using SOAP request in unix

Hi, We are using a java application (Java 6 , Using JAX-WS 2.0 to Create a Simple Web Service) that accesses SharePoint API through web services. We were able to get the data in windows and do all operations the API allows. When we deploy this application on UNIX environment (Solaris 10)... (0 Replies)
Discussion started by: johninweb
0 Replies

4. Shell Programming and Scripting

help to upload multiple files through SFTP

Hi Experts, Please help me to write the expect script for uploading multiple files in one shot . Below is my program that I have written. #!/usr/local/bin/expect -f #/home/kulbhushan/sftp_prog.sh # procedure to attempt connecting; result 0 if OK, 1 otherwise proc connect {passw} { expect... (1 Reply)
Discussion started by: kulbhushan
1 Replies

5. Shell Programming and Scripting

Upload files from desktop to unix through FTP

Hi , I want to upload some files from my desktop to unix server through FTP . The list of files are in a text file .Please suggest how to do it through scrip . Thanks in advance .. Anupam (8 Replies)
Discussion started by: anupamhalder
8 Replies

6. Shell Programming and Scripting

load file to sharepoint using unix

I have a requirement to upload a file to the MS sharepoint site using unix or any other programming language. Does sharepoint support ftp? I heard it doesn't ...is it true...if yes is it different from what regular ftp we use....is there any other programming way out to upload the file to... (1 Reply)
Discussion started by: RubinPat
1 Replies

7. Shell Programming and Scripting

upload multiple files

i need a javascript html file for uploading multiple files with abitlity to select many files at a time and a cgi-perl script at the back end on server. (0 Replies)
Discussion started by: raksha.s
0 Replies

8. UNIX for Dummies Questions & Answers

How to upload a single file to UNIX box

Hi all, I want to upload a file from local windows PC's floppy drive to SCO UNIX box and I dont know how to do that with unix ftp command, I can do that thru some ftp client kind of software but I want to know thru command line, in case of absence of any ftp client, and command to download file... (4 Replies)
Discussion started by: patras
4 Replies

9. UNIX for Dummies Questions & Answers

File Upload Performance using IE from Windows to Unix via HTTPS

Hi, Is there any performance issue uploading a file using IE from Windows client to UNIX server via HTTPS? Before that, we were using HTTP protocol and everything run smooth Once we change to HTTPS, we might hit the "HTTP 500 Internal server error" Even though this does not happen all the... (1 Reply)
Discussion started by: darontan
1 Replies

10. UNIX for Dummies Questions & Answers

How to upload to the unix server?

I am having problems uploading files to my new server. I am new at this so im sure im doing it wrong. I tried using wsftp but that didnt work. please help me!! (4 Replies)
Discussion started by: rdog157h
4 Replies
Login or Register to Ask a Question