Skip to main content

UPLOAD_DIR

Constant UPLOAD_DIR 

Source
pub const UPLOAD_DIR: &str = ".shell-tunnel-uploads";
Expand description

Directory under the root where in-flight uploads are staged.

Declared here rather than beside the upload store because two unrelated callers need it — list must hide it, and the transfer layer must create it — and a second copy of the name is a rename waiting to go wrong.