Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132581191
D16869.id47174.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
733 B
Referenced Files
None
Subscribers
None
D16869.id47174.diff
View Options
Index: usr.bin/tftp/main.c
===================================================================
--- usr.bin/tftp/main.c
+++ usr.bin/tftp/main.c
@@ -184,7 +184,7 @@
acting_as_client = 1;
peer = -1;
- strcpy(mode, "netascii");
+ strcpy(mode, "octet");
signal(SIGINT, intr);
interactive = isatty(STDIN_FILENO);
Index: usr.bin/tftp/tftp.1
===================================================================
--- usr.bin/tftp/tftp.1
+++ usr.bin/tftp/tftp.1
@@ -28,7 +28,7 @@
.\" @(#)tftp.1 8.2 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd June 22, 2011
+.Dd Aug 22, 2018
.Dt TFTP 1
.Os
.Sh NAME
@@ -151,7 +151,7 @@
or
.Em binary .
The default is
-.Em ascii .
+.Em binary .
.Pp
.It Cm packetdrop [arg]
Randomly drop
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 19, 3:53 AM (5 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23909065
Default Alt Text
D16869.id47174.diff (733 B)
Attached To
Mode
D16869: tftp(1): switch default transfer mode to binary
Attached
Detach File
Event Timeline
Log In to Comment