[PAID] FtpClient: An extension to communicate to remote server [$5 or INR 350]

Not currently but I will add that soon.

1 Like

I have a doubt.
Do you want FTP over TLS/SSL or FTP over SSH?

1 Like

Secure FTP (SFTP). as used by FileZilla for example. How it is achieved is another matter (like you don't need to be an expert on the combustion engine to drive a car).

1 Like

Then that will be entirely a different thing.
I shall have to use JSch or Commons VFS so it will be published as new extension.
But this extension will also receive an update for FTPS support.

1 Like

I see, yes, although the naming convention suggests they are similar, the name is the main similarity :grin:

While FTPS adds a layer to the FTP protocol, SFTP is an entirely different protocol based on the network protocol SSH (Secure Shell). Unlike both FTP and FTPS , SFTP uses only one connection and encrypts both authentication information and data files being transferred.

To me, it's the security that is important, how it is achieved is the lesser concern.

2 Likes

ChangeLog Version 2

New blocks
image

Changes

  • Some internal changes to support FTPS connection
2 Likes

ChangeLog Version 2.1

New Blocks
image

Changes

  • Removed UseImplicitMode property
    Now it works with SSL but still you can't use FTPS Client with implicit mode.
3 Likes

Dear, can you add a block for when upload progress change?
Thanks in advanced.

1 Like

ChangeLog Version 3

New Blocks
image

Changes

  • Removed isImplicitModeparameter from ConfigureFTPSClient method
4 Likes

Will the SFTP functionality be forthcoming, or is this not possible within the extension framework ?

1 Like

It is possible.
I am working on that.

1 Like

Good news :smiley:

Hello I would like to buy your extension, please email your details thanks

Click on his profile and then message or he will PM you. You cant share any personal info here.

Thanks for the compliment :slightly_smiling_face:

2 Likes

Did you buy the extension? What is not working? Perhaps you need one of the other FTP extensions?

3 Likes

I don't remember selling extension to someone with that account.
He just joined to give the review.

1 Like

Unfortunately Pirates and Resellers exists :pensive:

2 Likes

Then in that case, I am not responsible to provide support for unauthorized extension versions.

3 Likes

hello, i tried your extension (the app) i am writing an apk.
this is what I have when I am online.
my server on esp works very well with AndFtp on my mobile
I have correctly filled in the fields.
What is not working well?
Thanks for reading