Menu

#1427 -spf UNC remote path NOT WORK

open
nobody
None
5
2018-08-10
2014-08-12
No

Check exist file


c:\Program Files\7-Zip>dir /a/b \\localhost\users\desktop.ini
desktop.ini

Check add file to archive


c:\Program Files\7-Zip>7z a a.7z "\\localhost\users\desktop.ini"

7-Zip 9.34 alpha  Copyright (c) 1999-2014 Igor Pavlov  2014-06-22
Scanning

Creating archive a.7z

Compressing  desktop.ini

Everything is Ok

Kernel  Time =     0.000 =    0%
User    Time =     0.015 =    1%
Process Time =     0.015 =    1%    Virtual  Memory =     12 MB
Global  Time =     1.365 =  100%    Physical Memory =      8 MB

Check not work with -spf switch


c:\Program Files\7-Zip>7z a b.7z -spf "\\localhost\users\desktop.ini"

7-Zip 9.34 alpha  Copyright (c) 1999-2014 Igor Pavlov  2014-06-22
Scanning

:  WARNING: Системе не удается найти указанный путь.

Creating archive b.7z

WARNINGS for files:

: Системе не удается найти указанный путь.

----------------
WARNING: Cannot find 1 file

Kernel  Time =     0.015 =   91%
User    Time =     0.000 =    0%
Process Time =     0.015 =   91%    Virtual  Memory =      2 MB
Global  Time =     0.017 =  100%    Physical Memory =      3 MB

Discussion

  • Alexey Pestov

    Alexey Pestov - 2014-08-13

    how to switch the console output to the English language?

     
  • Justin Guerrero

    Justin Guerrero - 2018-08-10

    I am experiencing the same issue with version 9.38 Beta -

    c:\Storage\Logs>"C:\Program Files\7-Zip\7z" a \\nas4\logs\nyx\spxeast.7z \\nas4\logs\nyx\spxeastwitness1zip\W3SVC1\u_ex170628.log
    
    7-Zip [64] 9.38 beta  Copyright (c) 1999-2014 Igor Pavlov  2015-01-03
    Scanning
    
    Creating archive \\nas4\logs\nyx\spxeast.7z
    
    Compressing  u_ex170628.log
    
    Everything is Ok
    
    Kernel  Time =     0.046 =   47%
    User    Time =     0.000 =    0%
    Process Time =     0.046 =   47%    Virtual  Memory =     13 MB
    Global  Time =     0.099 =  100%    Physical Memory =     13 MB
    
    c:\Storage\Logs>"C:\Program Files\7-Zip\7z" a -spf \\nas4\logs\nyx\spxeast.7z \\nas4\logs\nyx\spxeastwitness1zip\W3SVC1\u_ex170628.log
    
    7-Zip [64] 9.38 beta  Copyright (c) 1999-2014 Igor Pavlov  2015-01-03
    
    Scanning
    
    :  WARNING: The system cannot find the path specified.
    
    Updating archive \\nas4\logs\nyx\spxeast.7z
    
    WARNINGS for files:
    
     : The system cannot find the path specified.
    
    ----------------
    WARNING: Cannot find 1 file
    
    Kernel  Time =     0.000 =    0%
    User    Time =     0.000 =    0%
    Process Time =     0.000 =    0%    Virtual  Memory =      2 MB
    Global  Time =     0.015 =  100%    Physical Memory =      6 MB
    
    c:\Storage\Logs>
    
     

    Last edit: Justin Guerrero 2018-08-10

Log in to post a comment.