Re: Uploading/Download (server/client both created - WeOnlyDo Discussion board

Re: Uploading/Download (server/client both created (General questions)

by Dennis, Saturday, December 18, 2004, 01:04 (7078 days ago) @ wodSupport

You can make requirement that ServiceType = Shell (or None) must be connected first. Then you can use your own protocol for communication between server and the client. When client wants to upload/download file, it will just open new connection (using same login/pass) download/upload, and disconnect. If you need to notify it somehow during this transfer, you could send notification packet through first (wodSSH) connection, and your client app could close second (wodSFTP) immediately if needed.

Does this make sense?

Ahh, that's a nice one, thank you.
I'll do some testing on that approach tonight and I'll let you off the hook.
You answerd more than enough for one day. :)

THank you very much for your support.
I'll be back tomorrow and tell you how it goes. :)

/Dennis


Complete thread: