usercfg.h
来自「伯克利做的SFTP安全文件传输协议」· C头文件 代码 · 共 21 行
H
21 行
// usercfg.h// user configuration management// copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.txt#ifndef __USERCFG_H#define __USERCFG_H#include "str.h" // stringstring userConfigDir(); // client, implementation in usercfg.cpp: // gets environment variable SAFETP_CONFIG, verifies the directories // (creating some as necessary), returns the directory name; name is // like "/tmp/user" // server, implementation in sftpd.cpp: // returns "."#endif // __USERCFG_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?