Sample Header Ad - 728x90

Copy mail file from maildir over ssh

1 vote
2 answers
268 views
The maildir has a specific format of the files laying underneath, e.g. *1549464014.9224_427.hostname:2,RS*. In Debian environment copying this file over SSH without renaming is impossible or I don't know how. The question is how? **NOTE:** no renaming should be involved! The example output: [user@hostname ~]$ scp '1549464014.9224_427.hostname:2,RS' remote.server.com:/dest/dir/ 1549464014.9224_427.hostname:22: [Errno -2] Name or service not known The solution with quotation like in https://unix.stackexchange.com/questions/438791/scp-error-while-attempting-to-copy-files is not useful.
Asked by 0andriy (124 rep)
Feb 6, 2019, 03:04 PM
Last activity: Feb 7, 2019, 08:49 PM