Hi everybody !
I have a big problem. I want to write a service application, which communicates with a special device through FTP protokol. I could not use the delphi built-in component (it did not work properly), so I downloaded from a delphi site a freeware FTP component. I tested it in a windows application and its all function worked properly. When I use it in a service application then file download function does not work (error: access denied). Other functions (i.e. connection, dir) work correctly.
What is the problem ? Which system functions do not work in service application ?
Thanks
I have a big problem. I want to write a service application, which communicates with a special device through FTP protokol. I could not use the delphi built-in component (it did not work properly), so I downloaded from a delphi site a freeware FTP component. I tested it in a windows application and its all function worked properly. When I use it in a service application then file download function does not work (error: access denied). Other functions (i.e. connection, dir) work correctly.
What is the problem ? Which system functions do not work in service application ?
Thanks