Re: CPU pegged at 100 with sample 5 (General questions)
I believe this is now fixed. If you're licensed user, please request update. If you still use evaluation, please download it again from our website and try it out.
Most probably error will be reported from the server - but that is ok, since this is what occurred before 10 CPU fix, we just didn't throw an error to you before.
Let us know how it goes.
Regards,
Kreso
Thanks to the good folks at WeOnlyDo, I have this working now. For anyone that is trying to get this working on GlobalScape's EFT server, here is a sample that works for me (using https):
set wodHttp = Server.CreateObject( WeOnlyDo.wodHttpDLXCom.1 )
wodHttp.LicenseKey = XXXXXXXXXXXXXX
wodHttp.URL = https://ftpserver.domain.com
wodHttp.Authentication = 2
wodHttp.Blocking = 1
wodHttp.AutoRedirect = 1
wodHttp.Login = FTPUserLogin
wodHttp.Password = FTPUserPassword
wodHttp.KeepAlive = Always
wodHttp.Request.Filename = CStr(FileToUpload) 'include full path eg c: empfile.zip
wodHttp.Put CStr(FTPFolderAndFile) 'include destination FTP folder and filename eg /ftpuserfolder/file.zip
Complete thread:
- CPU pegged at 100 with sample 5 - deejayspinz, 2007-12-15, 04:11
- Re: CPU pegged at 100 with sample 5 - woddrazen, 2007-12-15, 10:47
- Re: CPU pegged at 100 with sample 5 - deejayspinz, 2007-12-15, 13:21
- Re: CPU pegged at 100 with sample 5 - wodSupport, 2007-12-16, 12:11
- Re: CPU pegged at 100 with sample 5 - deejayspinz, 2007-12-24, 14:10
- Re: CPU pegged at 100 with sample 5 - wodSupport, 2007-12-16, 12:11
- Re: CPU pegged at 100 with sample 5 - deejayspinz, 2007-12-15, 13:21
- Re: CPU pegged at 100 with sample 5 - woddrazen, 2007-12-15, 10:47