Re: Evaluation download - VC example doesn't al (General questions)
Roy,
problem with that sample is that it sends 'Welcome' text over SSH layer - same layer where SFTP sends its packet, and it violates SFTP protocol because of it..
To keep explanation clear, empty out ServiceRequest function and ServiceStart functions in the sample code, and all will work ok.[code]void CwodSSHDComEvents::ServiceRequest(LPDISPATCH User, long Channel, long* ServiceType, BSTR* ServicePath, long* Action)
{
}
void CwodSSHDComEvents::ServiceStart(LPDISPATCH User, long Channel, long ServiceType, LPCTSTR ServiceName)
{
}[/code]
Hope this helps.
Kreso
Complete thread:
- Evaluation download - VC example doesn't allow sf - Roy, 2007-05-04, 02:22
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-04, 02:26
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-04, 02:31
- Re: Evaluation download - VC example doesn' - Roy, 2007-05-04, 02:40
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-04, 02:46
- Re: Evaluation download - VC example doesn' - Roy, 2007-05-04, 02:53
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-04, 08:44
- Re: Evaluation download - VC example doesn' - Roy, 2007-05-05, 00:44
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-05, 01:27
- Re: Evaluation download - VC example doesn't al - Roy, 2007-05-05, 02:36
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-05, 10:10
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-07, 11:25
- Re: Evaluation download - VC example doesn' - Roy, 2007-05-07, 19:06
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-07, 19:35
- Re: Evaluation download - VC example doesn' - Roy, 2007-05-08, 02:32
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-07, 19:35
- Re: Evaluation download - VC example doesn' - Roy, 2007-05-07, 19:06
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-07, 11:25
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-05, 10:10
- Re: Evaluation download - VC example doesn't al - Roy, 2007-05-05, 02:36
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-05, 01:27
- Re: Evaluation download - VC example doesn' - Roy, 2007-05-05, 00:44
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-04, 08:44
- Re: Evaluation download - VC example doesn' - Roy, 2007-05-04, 02:53
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-04, 02:46
- Re: Evaluation download - VC example doesn' - Roy, 2007-05-04, 02:40
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-04, 02:31
- Re: Evaluation download - VC example doesn't al - wodSupport, 2007-05-04, 02:26