-
# Other Feature Request
## Description
Request from Boris:
Would it be possible to add FTP (ideally FTPs with TLS) support in SFTP component that only support SFTP for now?
Here are the info…
-
-
FTP/FTPS Auth Block for OPENBULLET2
-
Could you provide sample code on how to enable SSL for FTP connection?
I have downloaded the Demo project, but could not find this option on the code.
Thanks!
-
Hello,
Is it possible to add ftps ([ftp_ssl_connect()](http://php.net/manual/en/function.ftp-ssl-connect.php)) support for uploading? most of hosting now activating tls for their ftp server.
Thanks.…
-
SMF currently does not appear to support FTP over SSL (FTPS) nor SFTP ("FTP over SSH").
More and more providers are rejecting plain-text authentication. They may even demand the data channel to be en…
-
Yahoo's web hosting service calls itself "ftps": it uses port 21, I'd guess using SSL. In my case, I use a password for the service account. I'm not sure whether any key is involved.
I tried an SFT…
-
I am trying to using ftps connector using flume to fetch secured data.
My property file
`# Naming the components on the current agent.
FtpAgent.sources = ftps1
FtpAgent.channels = FileChannel
F…
-
**Do you read the FAQ?**
- [X] Yes.
- [ ] [I am going to read now.](https://github.com/liximomo/vscode-sftp/blob/master/FAQ.md)
**Describe the bug**
FTPS does not work, although it should be sup…
-
In some cases when I rewrite file on ftps server file get size 0 bite. When I analyse your code I found error, in "connection.js -> FTP.prototype._store -> _pasv -> sendStore -> _send -> if (code === …