Forum OpenACS Q&A: Re: VFS and FTP

Collapse
3: Re: VFS and FTP (response to 1)
Posted by Cheng-Yi Hsu on
Now works,
I can use 
package require vfs::ftp
vfs::ftp::Mount ftp://username:password@hostname/mydir mydir

glob mydir
file copy mydir/doc1 doc2

Really interesting