I got a situation that need to write some files from aolserver to a remote ftp server, the condition is I can not use NFS mount and must catch file writing error.
tclvfs seems can solve this problem, after evaluate tclvfs, I can read the content of zip file and http web page, but I can not connect to a remote ftp server.
Any idea ?