Skip to content

Commit

Permalink
update ftp.js api
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Oct 25, 2019
1 parent ba45555 commit 0b88332
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion man/ftp.js.htm
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ <h3>INTRO</h3>
</section>
<section>
<h3>API</h3>
<h4>$file.do</h4>
<h4>$file.do(response)</h4>
<p>The event handler interceptor of the incoming FTP message.</p>
<h4>$file.progress(offset,total)</h4>
<p>The event handler interceptor of the file upload progree.</p>
<h4>ftp.init(file)</h4>
<p>Initialization of File transfer, returns unique id generated for it.</p>
<h4>ftp.start(id)</h4>
Expand Down

0 comments on commit 0b88332

Please sign in to comment.