Ok, so I've got an inet control, and right now, I've got it to upload a file using the .execute method ("PUT" operation). However, before I upload the file, I want to make a directory on the remote host.

Can I use the .execute command using the "MKDIR" as the operation?