-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ftp endpoint #213
Comments
Interesting idea, thanks. We'll try to implement it. |
For now I'm using s3fs and vsftpd to provide an FTP front end. But I'd like to switch to s3auth so I don't have to manage the EC2 instance. |
Yes, I got the idea, it's really nice and should definitely be a part of s3auth. We'll try to take care of it soon |
@carlosmiranda this is yours, pls go ahead |
@davvd please give us more time. |
@carlosmiranda no problem, thanks for letting me know |
@davvd Please reassign someone else, sorry. |
@carlosmiranda no problem, I'll try to find somebody else |
@yegor256 when you told carlosmiranda to
Did you mean to call an external system process (FTP client) or use a java library that implements the FTP protocol? |
@pinaf I meant some java library, of course |
@yegor256 I can't access the ftp server with the credentials you gave to carlosmiranda.
Using this comment
|
@pinaf I don't remember I gave that... anyway, it's a production server, you can't access it just like that. and this FTP functionality is not implemented. I don't understand what you're trying to do... |
@yegor256 I was just trying to create a simple test using the apache commons-net library with that sequence of events. #218 (comment) |
@pinaf but in order these commands to work you should implement FTP server functionality inside s3auth :) |
@yegor256 For the time being I created the test pointing to ftp.gnu.org - it downloads a README file and performs a few checks. However, I confess I'm rather confused about what is being requested here. s3auth is a HTTP gateway from what I can tell - are you requesting the implementation of FTP server functionality? If so, I need more information, such as which port it will listen on. I guess the way to do it would be to implement an FTPFacade, analogous to the HTTPFacade, listening on a different port. Probably what I should do here is open a new ticket requesting the information I need, correct? |
@pinaf you understood it correctly. we need an |
@davvd merged :) |
@pinaf ask the reporter to close it |
@igorsyl could you please close this issue? |
It's closed now |
@davvd oh thanks! |
6 puzzles were created here: |
@davvd could you please end this one? |
@davvd any chance we can wrap this up? |
@davvd hello??? |
@davvd thank you. |
For buckets with many files it is difficult to download all files using the web front end.
It would be easier to manage larger number of files with an ftp front end.
213-2f9b789a
/FtpFacade.java:65-66: Implement TLS secure port listening... #289 (by )213-d22cf12f
/FtpResponse.java:55-57: Implement methods 'withCode', 'withText', 'send'... #284 (by )213-5796b8fa
/FtpThread.java:52-53: Implement authentication based on the... #288 (by )213-6939d515
/FtpThread.java:54-57: Implement relay functionality to fetch... #287 (by )213-721856fe
/HttpFacade.java:66-69: Create new a class Facade... #286 (by )213-af390358
/Main.java:67-68: Create a FtpFacade in order... #285 (by )The text was updated successfully, but these errors were encountered: