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

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

by wodSupport, Saturday, December 18, 2004, 00:56 (7077 days ago) @ Dennis

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?


Complete thread: