답변:
약간의 프로그래머라면 http://www.kryogenix.org/days/2012/04/18/publishing-a-folder-with-ubuntu-one 에 " 전체 폴더를 게시하십시오. 작동하려면 파이썬이 필요합니다. Ubuntu 12.04에서는 잘 작동하지만 Windows에서는 테스트 할 수 없습니다 .Windows에서 U1 및 Python 사용자의 보고서가 작동하는지 여부를 듣고 싶습니다!
현재 UbuntuOne 클라이언트를 사용하여 Windows에 파일을 게시 할 수 없습니다. 파일을 공유하려면 UbuntOne 웹 사이트에 로그인하여 다음 사이트로 이동해야합니다.
'파일'> '세부 사항'을 클릭 한 후 '공유'버튼을 클릭하십시오.
이 질문에 조금 늦었지만, 방금 터미널에서 3 개의 명령 (최고의 답변을 바탕으로)으로 매우 빠른 방법을 알아 냈습니다.
# download the program script from the internet
wget http://bazaar.launchpad.net/~sil/+junk/utility-programs/download/head:/u1publishfolder-20120417145707-dzynnctfx0qgro9a-1/u1-publish-folder
sudo mv u1-publish-folder /bin/ # place the binary into the right directory
sudo chmod -g+rwx /bin/u1-publish-folder # add read, write and execute permissions
그 후에는 작동해야합니다.
u1-publish-folder /home/robin/Ubuntu One/Worldwide # publish folder to the internet
오랫동안 공유하고 싶었던 공유 폴더 를 만들었습니다 .
이에 대한 자세한 설명은 다음 작은 자습서를 참조하십시오. http://robinlovelace.net/softare/2013/10/23/publishing-folders-ubuntu1.html