Hi! Thank you, after updating the FTP server (WarFTPD) to newest version, it works.
Ralf "Florian Backes" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hello Ralf, > > > > The class %Net.FtpSession does not contain a "Send" method. do i have > > to create an own FTP-class or is there another possibility? > > Also i am missing a method to send other code (like lcd, mdel, ...) to > > the ftp-server. The given method sendCommand would be helpful, but it > > is private. > > Use > > method Store(Filename As %String, Stream As %AbstractStream) returns % > Boolean > Store the data in Stream in the Filename on the Ftp server. > > HTH > Florian
