summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-09-25 21:12:24 +0200
committerJoel Klinghed <the_jk@spawned.biz>2024-09-25 21:12:24 +0200
commit28a55fdc69e31490a4086ecae8cc687f40ba0b94 (patch)
tree9bde6e49eb091f912e8a9f8b2853d87f6a932d27 /.idea
parent07d35782b377a8b98cf8dbbb5734d3f2514bccd5 (diff)
Add libs:sftp
sftp implementation using libssh2 and openssl
Diffstat (limited to '.idea')
-rw-r--r--.idea/gradle.xml1
-rw-r--r--.idea/vcs.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 098a16f..86a0137 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -27,6 +27,7 @@
<option value="$PROJECT_DIR$/libs/io" />
<option value="$PROJECT_DIR$/libs/local" />
<option value="$PROJECT_DIR$/libs/samba" />
+ <option value="$PROJECT_DIR$/libs/sftp" />
<option value="$PROJECT_DIR$/libs/test-utils" />
<option value="$PROJECT_DIR$/libs/utils" />
</set>
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