Skip to content

Incorrect bot action in invenia/FTPClient.jl #111

Description

@femtocleaner

@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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions