[jcifs] using jcifs with windows 98 share

Michael B Allen miallen at ioplex.com
Tue Sep 11 16:01:36 GMT 2007


I stopped testing Win98 a long time ago.

On Tue, 11 Sep 2007 07:27:08 +0000 (GMT)
Michael Krauss <mikr2k at yahoo.de> wrote:

> hi folks,
> 
> I got a problem by writing to an windows 98 share. 
> I implemented some functions like reading/wriring from/to a smb-share and move files and copy etc.
> This implementations working very well by using windows xp or a Samba share for connection to.
> But
> if i using my jcifs implementation with a windows 98
> share i got in trouble by writing a new file to the share.
> I tried different ways 
> First just a stream: 
> SmbFileOutputStream out = new SmbFileOutputStream("smb://user:pwd@testhost/test/test.ini")
> works with winxp but not with win98
> SmbFile file = new SmbFile("smb://user:pwd@testhost/test/test.ini")
> file.createNewFile()
> the same behavior winxp OK
> 
> maybe somebody can help me an tell me a the
>  reason of this   
> behavior. And maybe a hint to get jcifs to work with windows 98 shares.
> 
> regards 
> Michael 
> 
> 
> 
>       Wissenswertes für Bastler und Hobby Handwerker. BE A BETTER HEIMWERKER! www.yahoo.de/clever


-- 
Michael B Allen
PHP Active Directory Kerberos SSO
http://www.ioplex.com/


More information about the jcifs mailing list