Re: Proposal for High level sftp api for uploads and downloads

2023-06-07 Thread Andreas Schneider
On Tuesday, 6 June 2023 16:34:43 CEST Eshan Kelkar wrote: > Suggestions for the implementation of progress_callback() and the > problems associated with it as well as general suggestions regarding > the design of the discussed api are welcome. One of users of the sftp API is KDE. Several years ago

Re: Proposal for High level sftp api for uploads and downloads

2023-06-07 Thread Jakub Jelen
On Tue, Jun 6, 2023 at 4:41 PM Eshan Kelkar wrote: > > Thanks a lot for the inputs. > > Based on the suggestions the api will look something as follows : > > enum sftp_file_transfer_direction_e > { > SFTP_FILE_TRANSFER_DIRECTION_LOCAL_TO_LOCAL, > SFTP_FILE_TRANSFER_DIRECTION_LOCAL_TO_REMOTE, > SFT