Forcing Unique Filenames on Upload
Is there any way to insure/force a file that is being uploaded via scp
will have a unique filename? I want users to be able to upload files
without inadvertently overwriting existing files.
I am using OpenSSH v4.3 on a Fedora Core 5 system.
Thanks in advance.
Steve
Relevant Pages
- Re: Access control based on user and directory
... Also mount that data fs noexec so they can't upload programs and run them. ... If they upload a file from the laptop onto the server via SCP and the file has insufficient group permissions, would the default:group ACL specified in the parent directory take precedence over the standard "group" permission coming through SCP? ... (comp.os.linux.development.system) - Re: Access control based on user and directory
... They upload files via SCP. ... file has insufficient group permissions, ... (comp.os.linux.development.system) - SSH hangs up during session!
... After opening I can use the SSH-Shell like common. ... application or I upload an bigger File per scp. ... Scp shows 140Kb of upload, but does not transfer an byte to the ... (SSH) - scp causes DNS to cut out
... Whenever I upload a file across the Internet via scp, ... wget, etc. can't establish new connections to named hosts, but connections ... which were already open before scp was started continue to transmit data. ... (comp.os.linux.misc) - Re: Strategy or A factory with Template Method
... if (sftp) {// upload via SFTP} else if (scp) else } ... What the author of the blog says to use Strategy Design Pattern to ... (comp.object) |
|