[delphizip] Re: problems with extracting to network

  • From: "R. Peters" <russellpeters@xxxxxxxxxxx>
  • To: <delphizip@xxxxxxxxxxxxx>
  • Date: Tue, 21 Dec 2004 15:36:02 +1100

I glad you told me that that way should work - it allowed me to persist
until I could test it.
I had 2 problems stopping me, my firewall blocked access and simple file
sharing stopped me from allowing access after that.
Any way ..
I located the problem in the dll and think I may be able to get around it
but first I must more fully understand the offending function before
attempting to modify it.
I problem is mapname (in win32.c) and, as yet, it will not work with unc
paths.

- Russell Peters

-----Original Message-----
From: delphizip-bounce@xxxxxxxxxxxxx [mailto:delphizip-bounce@xxxxxxxxxxxxx]
On Behalf Of skala
Sent: Monday, 20 December 2004 9:25 AM
To: delphizip@xxxxxxxxxxxxx
Subject: [delphizip] Re: problems with extracting to network


The simplest way to test it is to share a folder on your computer and try to
extract into it through your computers name (as a network path)



> -----Original Message-----
> From: delphizip-bounce@xxxxxxxxxxxxx [mailto:delphizip-
> bounce@xxxxxxxxxxxxx] On Behalf Of R. Peters
> Sent: Sunday, December 19, 2004 9:53 PM
> To: delphizip@xxxxxxxxxxxxx
> Subject: [delphizip] Re: problems with extracting to network
> 
> I will have a look.
> There are several places that could cause it so it may take a bit of
> tracking down, particularly as I don't have access to a network to debug
> it.
> 
> - Russell Peters
> -----Original Message-----
> From: delphizip-bounce@xxxxxxxxxxxxx [mailto:delphizip-
> bounce@xxxxxxxxxxxxx]
> On Behalf Of skala
> Sent: Monday, 20 December 2004 5:11 AM
> To: delphizip@xxxxxxxxxxxxx
> Subject: [delphizip] problems with extracting to network
> 
> Hello
> 
> I tried to extract files to a network path with partial success
> 
> 1. Tried with ExtrBaseDir set to =C2=BB\\comp1\abc=C2=AB and worked ok.
> 2. Tried with ExtrBaseDir empty and tried to set the extract filename =
> with SetExtName event as follows:
> 
> FileName :=3D '\\comp1\abc\'+FileName;
> IsChanged :=3D true;
> 
> This has created the file on: C:\comp1\abc\somefile.txt
> 
> Below is an extract from the verbose message info:
> =C2=BBUnzipped file \comp1\abc\somefile.txt of size 766=C2=AB
> 
> The correct message should be (and is like that with ExtrBaseDir set):
> =C2=BBUnzipped file \\comp1\abc\somefile.txt of size 766=C2=AB
> 
> I use the 1.78 version of TZipMaster in Delphi7 on WindowsXP. The only =
> settings modified are:
> ExtrOptions to [ExtrDirNames,ExtrOverWrite,ExtrForceDirs].
> 
> I had the same problem in some previous version but have forgoten about =
> it until now, when i needed it and it didn't not work =E2=98=BA. I think =
> the version was 1.73 so it's not a new bug - if it is one.
> 
> Have fun ;) and thank you
> Marko
> 
> -----------
> To unsubscribe from this list, send an empty e-mail
> message to:
>   delphizip-request@xxxxxxxxxxxxx
> and put the word unsubscribe in the subject.
> 
> -----------
> To unsubscribe from this list, send an empty e-mail
> message to:
>   delphizip-request@xxxxxxxxxxxxx
> and put the word unsubscribe in the subject.

-----------
To unsubscribe from this list, send an empty e-mail 
message to:
  delphizip-request@xxxxxxxxxxxxx 
and put the word unsubscribe in the subject.

-----------
To unsubscribe from this list, send an empty e-mail 
message to:
  delphizip-request@xxxxxxxxxxxxx 
and put the word unsubscribe in the subject.

Other related posts: