diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-09-25 21:12:24 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-09-25 21:12:24 +0200 |
| commit | 28a55fdc69e31490a4086ecae8cc687f40ba0b94 (patch) | |
| tree | 9bde6e49eb091f912e8a9f8b2853d87f6a932d27 /.idea/vcs.xml | |
| parent | 07d35782b377a8b98cf8dbbb5734d3f2514bccd5 (diff) | |
Add libs:sftp
sftp implementation using libssh2 and openssl
Diffstat (limited to '.idea/vcs.xml')
| -rw-r--r-- | .idea/vcs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 81a60f7..2359781 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -3,5 +3,7 @@ <component name="VcsDirectoryMappings"> <mapping directory="$PROJECT_DIR$" vcs="Git" /> <mapping directory="$PROJECT_DIR$/libs/samba/libsmb2" vcs="Git" /> + <mapping directory="$PROJECT_DIR$/libs/sftp/libssh2" vcs="Git" /> + <mapping directory="$PROJECT_DIR$/libs/sftp/openssl" vcs="Git" /> </component> </project>
\ No newline at end of file |
