Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2006 13:16:29 +0000
From:      Alex Zbyslaw <xfb52@dial.pipex.com>
To:        tech.junk@verizon.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ftp problem
Message-ID:  <43FB12AD.6040608@dial.pipex.com>
In-Reply-To: <43FB0056.40009@verizon.net>
References:  <43F9D435.8030804@verizon.net> <20060220150533.GB49429@sysadm.stc> <43FB0056.40009@verizon.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Sean wrote:

> Igor Robul wrote:
>
>> On Mon, Feb 20, 2006 at 09:37:41AM -0500, Sean wrote:
>>
>>> I have my bsd system setup to allow ftp.
>>>
>>> However when I try to ftp a directory and the contents from another 
>>> system it basically uses the directory as a file name and all 
>>> contents in that directory are ignored.
>>
>> Do you use Internet Explorer as FTP client?
>> _______________________________________________
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to 
>> "freebsd-questions-unsubscribe@freebsd.org"
>>
>
> Yes, this was a transfer of some files from my bsd system to a laptop, 
> which is running Windows.
>
> Actually I tried to do the transfer from the command line.
>
Other ways to go:

Run samba on FreeBSD and share whatever you need e.g. your home 
directory.  Then you can, from windows, open the network share just like 
any other network share, and drag-and-drop entire folders from FreeBSD 
to windows.

Or you can do it backwards, I guess.  Run samba on FreeBSD, share some 
directory on your windows laptop, mount the windows share from FreeBSD  
and using unix utils like "cp -r" to copy directories from FreeBSD to 
the share on the windows laptop.

Or, get putty for the laptop, and use "scp -r" from the laptop to the 
bsd server.

--Alex




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43FB12AD.6040608>