In memory server #241
Answered
by
trs
masterit-technologies
asked this question in
Q&A
In memory server
#241
-
Hi everyone, Is it possible to use ftp-srv just for stream redirecting? I need to catch event STOR and save data into my database, not write on hdd. Maybe it is stupide question but I dont have any experiences with it. If its possible can you provide me some short example how to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
trs
Jan 29, 2021
Replies: 1 comment 1 reply
-
To handle file system operations differently, you'd have to implement a custom file system. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
masterit-technologies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
To handle file system operations differently, you'd have to implement a custom file system.
By using the example code as a starting point, you'd have to implement a custom
write
function that handles your specific logic.