@ararslan has indicated an incorrect bot action in invenia/FTPClient.jl#84
The relevant snippets are shown below:
@@ -145,7 +145,7 @@ end
ftp = FTP(; opts...)
local_file = upload_file
server_dir = joinpath(HOMEDIR, testdir)
- mkdir(ftp, testdir)
+ mkdir(ftp, mode=testdir)
@ararslan has indicated an incorrect bot action in invenia/FTPClient.jl#84
The relevant snippets are shown below: