VirtualBox

Changeset 82665 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
Jan 8, 2020 9:32:19 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135569
Message:

IPRT: First commit of FTP server code, along with a tool to run a standalone server. Work in progress. bugref:9437

Location:
trunk/src/VBox/Runtime/tools
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/Makefile.kmk

    r81775 r82665  
    55
    66#
    7 # Copyright (C) 2006-2019 Oracle Corporation
     7# Copyright (C) 2006-2020 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    131131 RTLdrFlt_SOURCES = RTLdrFlt.cpp
    132132
     133 # RTFTPServer implements a simple FTP server.
     134 PROGRAMS += RTFTPServer
     135 RTFTPServer_TEMPLATE = VBoxR3Tool
     136 RTFTPServer_SOURCES = RTFTPServer.cpp
     137
    133138 # RTGzip - our gzip clone (for testing the gzip/gunzip streaming code)
    134139 PROGRAMS += RTGzip
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette