Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Netware FTP vs. OES2L FTP

1 view
Skip to first unread message

you...@hotmail.com

unread,
Sep 3, 2009, 9:30:59 AM9/3/09
to
Or wait for OES2 SP2, which is supposed to finally, after 4+ years of OES,
port that functionality over.

"TitanXV" <Tit...@no-mx.forums.novell.com> wrote in message
news:TitanXV...@no-mx.forums.novell.com...
> With NetWare, you can login to one server and access files on another
> server via NCP. This is not possible with OES2 Linux. You'll need to
> configure FTP on each server you need access to.


DrumDude

unread,
Jan 18, 2010, 9:32:08 AM1/18/10
to
dpartrid wrote:

> ecyoung;1851532 Wrote:
>> Or wait for OES2 SP2, which is supposed to finally, after 4+ years of
>> OES,
>> port that functionality over.
>>
>> My understanding is that OES 2 SP2 is supposed to port *part* of that
>> functionality over. It should allow you to *CD* to a different
>> server/ncp volume after FTP login is done. But it won't put you in a
>> *home dir* on a different server/ncp volume. You'll still first be
>> placed in a local home dir, according to your linux profile's home dir
>> setting.
>
>

Yes I had both working the latter pureftp was a real pain to setup with
edir but it worked.
Th only cavet I found is that users must have a home foolder on ftplogin
to navigate. I implementated auto-home. for this to work.
# Automatically create home directories if they are missing

CreateHomeDir yes

# Enable virtual quotas. The first number is the max number of files.
# The second number is the max size of megabytes.
# So 1000:10 limits every user to 1000 files and 10 Mb.

Quota 1000:10

I just hope the qutoa only applies to the localhome and not the NCP file
permissions. I am pretty sure that is the case.

0 new messages