tgxhx / webpack-ftp-upload-plugin

A webpack ftp upload plugin.
7 stars 4 forks source link

Misleading description #2

Open polynamaude opened 6 years ago

polynamaude commented 6 years ago

You use scp (based on the SSH protocol), this is not FTP. You should rename your plugin to prevent people getting confused.

I did half hour of diagnostic with "timeout on handshake" before digging into index.js and finding out that it was using ssh protocol and not the ftp one.

into-piece commented 4 years ago

so what should i do to use ftp? use another library? why not give me an option to choose which method to upload = =