From: Barry OGrady on
On Tue, 22 Jun 2010 13:32:54 +0200, Robert Gruener <rgruener(a)gmx.de>
wrote:

>Am 22.06.10 04:17, schrieb Barry OGrady:
>> On Mon, 21 Jun 2010 15:17:57 -0700 (PDT), happytoday
>> <ehabaziz2001(a)gmail.com> wrote:
>>
>>> How can I transfer whole directory with its subdirectories ?
>>> Still I need to a file transfer protocol between windows and Solaris
>>> other than ftp. Something like rcp but between windows and Solaris .
>>
>> What's wrong with FTP?
>>
>Maybe security? And the standard ftp client does not work with directories.

Wsftp on the Windows end and the standard inbuilt FTP server on the
Solaris end work with whole directories.


>--
>
>Cheers / Gruesse
>
>Robert

From: hume.spamfilter on
In alt.solaris.x86 Barry OGrady <god_free_jones(a)hotmail.com> wrote:
> Wsftp on the Windows end and the standard inbuilt FTP server on the
> Solaris end work with whole directories.

Putty on the Windows end and the standard inbuilt SSH server on the Solaris
end are probably a whole lot easier (and more secure, but mostly easier).

It saves tripping over passive/active mode, filtering in one or both
directions, NAT, etc etc. And it does directories.

--
Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
From: Scott on
On Jun 21, 3:17 pm, happytoday <ehabaziz2...(a)gmail.com> wrote:
> How can I transfer whole directory with its subdirectories ?
> Still I need to a file transfer protocol between windows and Solaris
> other than ftp.  Something like rcp but between windows and Solaris .

In these types of situations I prefer to set up Samba for Windows to
pull from. With multiple machines you can set one Linux/Unix Samba
server to act as a transfer server.
From: Canuck57 on
On 21/06/2010 8:17 PM, Barry OGrady wrote:
> On Mon, 21 Jun 2010 15:17:57 -0700 (PDT), happytoday
> <ehabaziz2001(a)gmail.com> wrote:
>
>> How can I transfer whole directory with its subdirectories ?
>> Still I need to a file transfer protocol between windows and Solaris
>> other than ftp. Something like rcp but between windows and Solaris .
>
> What's wrong with FTP?

The following:

- insecure, plain text passwords for starters.
- does not traverve many "cheap" firewalls
- Microsoft's version is brain dead, see passive versiuse active.
- Many Microsoft sites don't configure their firewalls property to the
brain dead MS FTP server.

Download putty, place the pscp.exe in the \Windows directory, then copy
away.

IF you are on a home network and it is not wide open on the internet,
use Samaba. Maps a drive fast, in fact faster than Microsoft servers on
the same hardware.

--
The bigger government gets, the more it tends to rule out common sense.
From: solx on
On 21/06/2010 23:17, happytoday wrote:
> How can I transfer whole directory with its subdirectories ?
> Still I need to a file transfer protocol between windows and Solaris
> other than ftp. Something like rcp but between windows and Solaris .


I use FileZilla client to copy hundreds of files and directories from
the wife's windows pc to my solaris workstation as a backup using port
22, this allows up to 10 simultaneous transfers to take place while ftp
is limited to sequential only.

Get FileZilla Windows client here

http://filezilla-project.org/download.php