Remote desktop file transfers

Asked by Clarence Harre;;

I want to transfer text documents from my my Windows Vista PC to the Ubuntu Server. There is mention of a GUI for transferring the files but I have yet to find it.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu nautilus Edit question
Assignee:
No assignee Edit question
Solved by:
mycae
Solved:
Last query:
Last reply:
Revision history for this message
mycae (mycae) said :
#1

Do you administer the ubuntu server? Are you trying to "push" the files on to the server using the windows machine, or "pull" the files from the windows machine onto the ubuntu server?

Revision history for this message
Clarence Harre;; (charrell5) said :
#2

I am trying to pull the files from the windows machine and I own both
servers

Sent from the Pod

On Jul 4, 2011, at 9:21 AM, mycae
<email address hidden> wrote:

> Your question #163698 on gnome-disk-utility in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-disk-utility/+question/163698
>
> Status: Open => Needs information
>
> mycae requested more information:
> Do you administer the ubuntu server? Are you trying to "push" the
> files
> on to the server using the windows machine, or "pull" the files from
> the
> windows machine onto the ubuntu server?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/gnome-disk-utility/+question/163698
>
> You received this question notification because you asked the
> question.

Revision history for this message
mycae (mycae) said :
#3

It depends upon which services are enabled on the server.

You can use SSH, and transfer the files using a GUI tool like winSCP (remember that by default root cannot login via SSH). Or you can use FTP and simply use a web browser (its crap, but works), or use something like filezilla.

Alternately still, if the machine is on the local network, then you can simply enable Samba, and then use windows networking (SMB) to do the transfer.

Revision history for this message
Best mycae (mycae) said :
#4

oh, wait, pull. Nautilus supports SSH, FTP and SMB natively. Use that to do SMB -- you may need to alter the authentication defaults under windows.
http://www.vistaheads.com/forums/microsoft-public-windows-vista-networking-sharing/341556-sharing-files-between-ubuntu-vista.html

If you get stuck you can use RDP to login to the windows box and then do a push, as I mentioned previously.

Revision history for this message
Clarence Harre;; (charrell5) said :
#5

Thank you I will try both

Sent from the Pod

On Jul 4, 2011, at 3:41 PM, mycae
<email address hidden> wrote:

> Your question #163698 on gnome-disk-utility in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-disk-utility/+question/163698
>
> mycae proposed the following answer:
> oh, wait, pull. Nautilus supports SSH, FTP and SMB natively. Use
> that to do SMB -- you may need to alter the authentication defaults
> under windows.
> http://www.vistaheads.com/forums/microsoft-public-windows-vista-networking-sharing/341556-sharing-files-between-ubuntu-vista.html
>
> If you get stuck you can use RDP to login to the windows box and
> then do
> a push, as I mentioned previously.
>
> --
> If this answers your question, please go to the following page to
> let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+source/gnome-disk-utility/+question/163698/+confirm?answer_id=3
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/gnome-disk-utility/+question/163698
>
> You received this question notification because you asked the
> question.

Revision history for this message
Clarence Harre;; (charrell5) said :
#6

Thanks mycae, that solved my question.