ECACCESS-FILE-PUT(1p) | User Contributed Perl Documentation | ECACCESS-FILE-PUT(1p) |
ecaccess-file-put - Upload a File on the ECaccess File System
ecaccess-file-put -version|-help|-manual
ecaccess-file-put [-debug] [-progress] [-umask mode] [-offset number] [-bufsize length] source-local-file [target-ecaccess-file]
Allow uploading source-local-file on the ECaccess File System. If no target-ecaccess-file is specified then the source-local-file name is used.
The target-ecaccess-file is in the form [domain:][/user-id/]path. Please read the "Shell commands -> File Management" section of the "ecaccess" guide for more information on the ECaccess File System.
ecaccess-file-put $HOME/bin/a.out
Upload the local $HOME/bin/a.out File in the $HOME directory of the authenticated user. The Target File Name is a.out.
ecaccess-file-put $HOME/bin/a.out c1a:/tmp/a2.out
Upload the local $HOME/bin/a.out File in the tmp directory of c1a. The Target File Name is a2.out.
ecaccess-file-delete, ecaccess-file-get, ecaccess-file-mget, ecaccess-file-modtime, ecaccess-file-mput, ecaccess-file-rmdir, ecaccess-file-copy, ecaccess-file-dir, ecaccess-file-mdelete, ecaccess-file-mkdir, ecaccess-file-move, ecaccess-file-chmod, ecaccess-file-size and ecaccess.
2021-01-05 | perl v5.32.0 |