iOS Question chmod and rename as ftp commands

boredsilly

Member
Licensed User
Longtime User
When I try to issue these commands via ftp i get back: "Error: unknown command" in the command completed replystring variable. Neither chmod nor rename are unknown commands to ftp though.

e.g ftp2.SendCommand("chmod", "666 " & chmodfile)
 
Top