Ticket #6222 (closed: fixed)
Can't upload files to Project Web
| Reported by: | aseila | Owned by: | ctsai |
|---|---|---|---|
| Keywords: | PEND | Cc: | |
| Private: | no |
Description
I am trying to upload some javadoc files to my project website for project healthcaresim. I did manage to get some files uploaded a few days ago. I think I used sftp.
When I try to follow the instructions for uploading files to the project web using scp, as:
scp -r javadoc aseila,healthcaresim@…:htdocs
I get an error that the username 'aseila,healthcaresim' is not a valid username. I have no trouble uploading files with:
scp -r javadoc aseila,healthcaresim@…:htdocs
Then, I can access the javadoc directory on the Developer web using the URL:
http://aseila.users.sourceforge.net/javadoc/
I have been unable to determine how to login to the shell service and manage the files on my project web or upload files to my project web using scp. Do I have to use sftp or rsync? How do I login to copy/move/delete files on the project web? Is there a better place to find documentation about this?
I am using opensolaris x86 and the version of ssh from Sun Microsystems for Solaris.
Thanks.
Andy Seila