[GH-ISSUE #817] file transfer #545

Closed
opened 2026-02-27 15:50:50 +03:00 by kerem · 1 comment
Owner

Originally created by @souree666 on GitHub (May 27, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/817

How do i use the file transfer feature? I'm pretty sure it uses FTP but I cannot figure out how to get it working

Originally created by @souree666 on GitHub (May 27, 2020). Original GitHub issue: https://github.com/quasar/Quasar/issues/817 How do i use the file transfer feature? I'm pretty sure it uses FTP but I cannot figure out how to get it working
kerem 2026-02-27 15:50:50 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@MaxXor commented on GitHub (May 31, 2020):

It's not using FTP. Here are the important parts:

  • FileSplit class used to split files into 64kb parts and merge them again
  • Server-side FileManager class, only the server can initiate downloads or uploads.
  • Client-side FileManager class used to answer to file transfer requests
<!-- gh-comment-id:636481312 --> @MaxXor commented on GitHub (May 31, 2020): It's not using FTP. Here are the important parts: - [FileSplit](https://github.com/quasar/QuasarRAT/blob/master/Quasar.Common/IO/FileSplit.cs) class used to split files into 64kb parts and merge them again - Server-side [FileManager](https://github.com/quasar/QuasarRAT/blob/master/Quasar.Server/Messages/FileManagerHandler.cs) class, only the server can initiate downloads or uploads. - Client-side [FileManager](https://github.com/quasar/QuasarRAT/blob/master/Quasar.Client/Messages/FileManagerHandler.cs) class used to answer to file transfer requests
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#545
No description provided.