Git Product home page Git Product logo

rb-ftp's People

Contributors

charonn0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

rb-ftp's Issues

error

listing = listing + "UP" + Format(Directory(i).Permissions, "000") + ","

gives me an error

(This is not an array, but you use it as one)

Close DataBuffer

I think you need to close the DataBuffer when the TransferComplete Fires; otherwise you cannot call store again on the same file without some problems.

Sub TransferComplete(UserAborted As Boolean)
#pragma Unused UserAborted
Me.CloseData()
DataBuffer.Close
DoResponse(226, "Transfer complete.")
End Sub

AUTH TLS negotiation fails when using a ServerSocket

The AUTH verb allows the client to initiate SSL/TLS negotiation on an existing clear-text socket.

However, when the FTP.Server class is used with a ServerSocket, the negotiation fails and clients report unexpected/illegal negotiation packets.

FileZilla:

Error: GnuTLS error -19: An unexpected TLS handshake packet was received.

FTPRush:

error:14092072:SSL routines:ssl3_get_server_hello:bad message type

FlashFXP:

SSL error:141A10F4:SSL routines:ossl_statem_client_read_transition:unexpected message

Can't queue multiple uploads/downloads

It is not currently possible to queue multiple uploads and downloads, rather each operation must be completed before the next one is queued.

All operations should be queueable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.