Skip to content

Commit

Permalink
ACP
Browse files Browse the repository at this point in the history
1) Add Mike Thomas name onto developer list
Express
1) Fix for ftp retrieve restart point
2) Fix for http download crashes
3) Add Xmodem support
4) Zmodem tweaks
5) Add Hydra protocol
6) Add Credit for Mike Thomas 
7) Add host command for reading tooltypes
  • Loading branch information
dmcoles committed Apr 11, 2022
1 parent 1286d13 commit 0b71c41
Show file tree
Hide file tree
Showing 9 changed files with 3,863 additions and 364 deletions.
1 change: 1 addition & 0 deletions ACP.e
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ PROC createCustomMenus(nodes)
maddItem( NM_ITEM,'/X Developement',0,0,0,0)
maddItem( NM_SUB,' /X Developement Team ',0,0,0,0)
maddItem( NM_SUB,' ~~~~~~~~~~~~~~~~~~~~~~ ',0,0,0,0)
maddItem( NM_SUB,' Mike Thomas ',0,0,0,0)
maddItem( NM_SUB,' Joseph Hodge ',0,0,0,0)
maddItem( NM_SUB,' James E. Millsap ',0,0,0,0)
maddItem( NM_SUB,' Gregg Green ',0,0,0,0)
Expand Down
1 change: 1 addition & 0 deletions axcommon.e
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ EXPORT CONST DT_SIZEUPLOAD=703
EXPORT CONST DT_SIZEDOWNLOAD=704
EXPORT CONST CON_CURSOR=705
EXPORT CONST TELNET_CONNECT=706
EXPORT CONST GET_CMD_TOOLTYPE=707

/* end of new /X 5 host commands */

Expand Down
Loading

0 comments on commit 0b71c41

Please sign in to comment.