Skip to main content

Folder Transfers / Moving

Comments

1 comment

  • Ian Butteriss
    Product Support

    Hi Patrick, most desktop clients, like Filezilla or WinSCP, handle this by default. Basically when it comes time to upload a subfolder and its files, the client software tests if the subfolder exists by trying to go to it. If it can't, it attempts an mkdir to make the directory, then, once it has made the directory, it recurses through the files to upload including the new subfolder in the remote filepath. If you're using a scriptable client, you will need to program it to do the same type of thing. You might want to see if there is a forum, or support, for the client you are using to see how to script it to do what you're looking for.

    0

Please sign in to leave a comment.