ROOTPLOIT
Server: LiteSpeed
System: Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: niphet (1079)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: //lib64/python3.8/distutils/__pycache__/file_util.cpython-38.opt-1.pyc
U

e5d@sZdZddlZddlmZddlmZddddZdd
dZdd
dZdddZ	ddZ
dS)zFdistutils.file_util

Utility functions for operating on single files.
N)DistutilsFileError)logZcopyingzhard linkingzsymbolically linking)Nhardsym@c
Csd}d}ztzt|d}Wn4tk
rN}ztd||jfW5d}~XYnXtj|rzt|Wn4tk
r}ztd||jfW5d}~XYnXzt|d}Wn4tk
r}ztd||jfW5d}~XYnXz|	|}Wn6tk
r(}ztd||jfW5d}~XYnX|s4q|z|
|Wqtk
rx}ztd||jfW5d}~XYqXqW5|r||r|XdS)	a5Copy the file 'src' to 'dst'; both must be filenames.  Any error
    opening either file, reading from 'src', or writing to 'dst', raises
    DistutilsFileError.  Data is read/written in chunks of 'buffer_size'
    bytes (default 16k).  No attempt is made to handle anything apart from
    regular files.
    Nrbzcould not open '%s': %szcould not delete '%s': %swbzcould not create '%s': %szcould not read from '%s': %szcould not write to '%s': %s)closeopenOSErrorrstrerrorospathexistsunlinkreadwrite)srcdstZbuffer_sizeZfsrcZfdsteZbufr+/usr/lib64/python3.8/distutils/file_util.py_copy_file_contentssL	$rcCsddlm}ddlm}	m}
m}m}tj	|s<t
d|tj|rd|}
tj|tj
|}ntj|}
|r|||s|dkrtd||dfSzt|}Wn tk
rtd|YnX|dkrtj
|tj
|krtd|||
ntd||||r|dfS|d	krrtj|rBtj||szt|||dfWStk
rnYnXn<|d
krtj|rtj||st|||dfSt|||s|rt|}|rt|||	||
f|rt|||||dfS)aCopy a file 'src' to 'dst'.  If 'dst' is a directory, then 'src' is
    copied there with the same name; otherwise, it must be a filename.  (If
    the file exists, it will be ruthlessly clobbered.)  If 'preserve_mode'
    is true (the default), the file's mode (type and permission bits, or
    whatever is analogous on the current platform) is copied.  If
    'preserve_times' is true (the default), the last-modified and
    last-access times are copied as well.  If 'update' is true, 'src' will
    only be copied if 'dst' does not exist, or if 'dst' does exist but is
    older than 'src'.

    'link' allows you to make hard links (os.link) or symbolic links
    (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
    None (the default), files are copied.  Don't set 'link' on systems that
    don't support it: 'copy_file()' doesn't check if hard or symbolic
    linking is available. If hardlink fails, falls back to
    _copy_file_contents().

    Under Mac OS, uses the native file copy function in macostools; on
    other systems, uses '_copy_file_contents()' to copy file contents.

    Return a tuple (dest_name, copied): 'dest_name' is the actual name of
    the output file, and 'copied' is true if the file was copied (or would
    have been copied, if 'dry_run' true).
    r)newer)ST_ATIMEST_MTIMEST_MODES_IMODEz4can't copy '%s': doesn't exist or not a regular filerz"not copying %s (output up-to-date)z&invalid value '%s' for 'link' argumentz%s %s -> %srr)Zdistutils.dep_utilrstatrrrrr
risfilerisdirjoinbasenamedirnamerdebug_copy_actionKeyError
ValueErrorinforsamefilelinkrsymlinkrutimechmod)rrZ
preserve_modeZpreserve_timesupdater+verbosedry_runrrrrrdiractionstrrr	copy_fileCsV!





r5cCsddlm}m}m}m}m}ddl}	|dkr:td|||rB|S||sVt	d|||rrt
j|||}n||rt	d||f|||st	d||fd	}
zt

||WnPtk
r
}z0|j\}}
||	jkrd
}
nt	d|||
fW5d}~XYnX|
rt|||dzt
|Wnhtk
r}zH|j\}}
zt
|Wntk
rpYnXt	d
||||
fW5d}~XYnX|S)a%Move a file 'src' to 'dst'.  If 'dst' is a directory, the file will
    be moved into it with the same name; otherwise, 'src' is just renamed
    to 'dst'.  Return the new full name of the file.

    Handles cross-device moves on Unix using 'copy_file()'.  What about
    other systems???
    r)rr r!r#r$Nrzmoving %s -> %sz#can't move '%s': not a regular filez0can't move '%s': destination '%s' already existsz2can't move '%s': destination '%s' not a valid pathFTzcouldn't move '%s' to '%s': %s)r0zAcouldn't move '%s' to '%s' by copy/delete: delete '%s' failed: %s)Zos.pathrr r!r#r$errnorr)rr
rr"renamerargsZEXDEVr5r)rrr0r1rr r!r#r$r6Zcopy_itrZnummsgrrr	move_files`



r:cCs6t|d}z|D]}||dqW5|XdS)z{Create a file with the specified name and write 'contents' (a
    sequence of strings without line terminators) to it.
    w
N)r
r	r)filenamecontentsflinerrr
write_files

rA)r)rrrNrr)rr)__doc__r
Zdistutils.errorsrZ	distutilsrr&rr5r:rArrrr<module>s"
3
d
?