<div dir="ltr">Hi all (long time lurker, first time poster here)<div><br></div><div style>I am trying to implement a system that acts like an 'sftp proxy', basically i'd like it to provide an sftp server front so clients could upload files, then the system would crunch/check those files and, upon completion, sftp them onto a remote (3rd party non-erlang independent) sftp server (guess i'll use erlang's ssh ftp client for this part).</div>
<div style><br></div><div style>From the initial research, there is very little blog/example material on this and it's not very clear how to implement a sftp server from the official erlang docs.</div><div style><br></div>
<div style>So my questions are</div><div style>- what modules and in what way should i use them to come up with a sftp server?</div><div style>- once a file is uploaded onto it, what hooks am i to use to grab the file and process it / transmit it further</div>
<div style><br></div><div style>Thanks in advance</div><div style>Alex</div><div style><br></div></div>