Skip to content

Commit

Permalink
Testing public keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
stensmo authored Sep 16, 2024
1 parent a559ce0 commit dda8594
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SFTPClient.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
module SFTPClient

@static if VERSION v"1.11"
public SFTP, readdir, download,upload, cd, rm, rmdir, mkdir, mv, sftpstat, SFTPStatStruct, isdir, isfile, filemode, walkdir
end

export SFTP, readdir, download,upload, cd, rm, rmdir, mkdir, mv, sftpstat, SFTPStatStruct, isdir, isfile, filemode, walkdir

include("SFTPImpl.jl")
Expand Down

0 comments on commit dda8594

Please sign in to comment.