send2ebook icon indicating copy to clipboard operation
send2ebook copied to clipboard

FTP question

Open klundry opened this issue 6 years ago • 4 comments

Can this be used with SFTP (over ssh)? So, can I just edit the config file and use a server that I already have ssh access to without setting up an ftp server?

klundry avatar Jan 09 '19 16:01 klundry

Just checked in docs from apache ftp and it requires different class - http://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/FTPSClient.html

I should be able to change this quickly in notepad but currently don't have set up SDK for testing/building package. Would you be able to build it by your own?

mwoz123 avatar Jan 09 '19 19:01 mwoz123

Change in new branch: https://github.com/mwoz123/send2ebook/tree/sftp Warn as above - it's untested.

mwoz123 avatar Jan 09 '19 19:01 mwoz123

I actually don't know how to build it. Do I need a java sdk?

klundry avatar Jan 10 '19 19:01 klundry

Yes jdk is required. Hopefully I'll find time this week to build it..

mwoz123 avatar Jan 13 '19 22:01 mwoz123