Advertisement
thioshp

Access your files via FTP on Ubuntu One

Jan 24th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. 1. Open a terminal session by clicking on the Ubuntu button in the upper left hand corner, typing in"Terminal" and then clicking the"Terminal" icon
  2.  
  3. 2. Run these commands in the terminal:
  4.  
  5. mkdir ~/u1ftp
  6. cd ~/u1ftp
  7. wget
  8. https://launchpad.net/u1ftp/trunk/0.1/+download/u1ftp-0.1.zip
  9. ln -s ~/u1ftp/u1ftp-0.1.zip u1ftp
  10. python u1ftp
  11.  
  12. 3. You sould see "Listening on ftp://127.0.0.1:2121/ " output to the terminal. Keep the terminal session open and open your home folder.
  13.  
  14. 4. Click the File > Connect to Server... menu
  15.  
  16. 5. Set the fields as follows:
  17. Server: 127.0.0.1
  18. Port: 2121
  19. Type: FTP (with login)
  20. Folder: /
  21. Username: Ubuntu One username (email address)
  22. Password: Ubuntu One password
  23. Remember this password: Checked
  24.  
  25. 6. Click "Connect" and you should see a window pop up shortly with your folders and files on Ubuntu One. You can now copy files to and from here. If you want to bookmark this for future use, right-click on the entry in the left hand pane ("FTP as...") and select "Add Bookmark".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement