Glowworm27
Programmer
I have a c# ftp client project, and it works just fine when I use it with a windows Service to download files.
I need to also use the ftp client to download files through a webservice. but it is not connecting.
The ftp client is called from a custom class that I built in the webservice. it will create the object, but when I try to open the ftp connection to the ftp server, it throws an error and doesnt connect.
Basicaly the same code works from a desktop app or as a windows service.
Any ideas? thanks
![[cannon] [cannon] [cannon]](/data/assets/smilies/cannon.gif)
George Oakes
Check out this awsome .Net Resource!
I need to also use the ftp client to download files through a webservice. but it is not connecting.
The ftp client is called from a custom class that I built in the webservice. it will create the object, but when I try to open the ftp connection to the ftp server, it throws an error and doesnt connect.
Basicaly the same code works from a desktop app or as a windows service.
Any ideas? thanks
![[cannon] [cannon] [cannon]](/data/assets/smilies/cannon.gif)
George Oakes
Check out this awsome .Net Resource!