Hi,
You can implement the CuteEditor.FileStorage class, and register it to :
<add key="CuteEditorFileStorageType" value="myclass,mydll"/>
or
Editor1.Setting["CuteEditorFileStorageType"]="myclass,mydll";
--
But it's not a easy thing to implement it ,
because you need DotNet FTP library , and understand how the FileStorage works.
Please refer this :
Regards,
Terry