would be nice to include an option in ftp::open to use
tls or not. i am sure u guys can tell me how to make it
work without having to wait for next version :)
The ftp package treats its two channels (data, control) as
internal and does not provide access to them. It is also AFAIK
unable to take pre-existing channels and use them. This
makes an easy integration with TLS difficult. The package has
to change for this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a couple of questions on expected implementation.
What would be the expected result if you requested SSL/TLS
and it was not available on the client machine (i.e. the
machine you are running on)?
What would be the expected result if you requested SSL/TLS
and it was not available on the server machine (i.e. the
machine you are connecting to does not support it)?
Can you point us to a site which uses ftp with SSL/TLS (note
sftp does not run ftp protocol over SSL/TLS but an entirely
different protocol)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=75003
The ftp package treats its two channels (data, control) as
internal and does not provide access to them. It is also AFAIK
unable to take pre-existing channels and use them. This
makes an easy integration with TLS difficult. The package has
to change for this.
Logged In: YES
user_id=121110
I have a couple of questions on expected implementation.
What would be the expected result if you requested SSL/TLS
and it was not available on the client machine (i.e. the
machine you are running on)?
What would be the expected result if you requested SSL/TLS
and it was not available on the server machine (i.e. the
machine you are connecting to does not support it)?
Can you point us to a site which uses ftp with SSL/TLS (note
sftp does not run ftp protocol over SSL/TLS but an entirely
different protocol)?