Added PETSCII support to the FTP client. It seems reasonable to do this in ftpc.c...
commit4ff927a9802fc47f2688bbde2bd40e4fd4543e6f
authoroliverschmidt <oliverschmidt>
Tue, 19 Oct 2010 22:30:13 +0000 (19 22:30 +0000)
committeroliverschmidt <oliverschmidt>
Tue, 19 Oct 2010 22:30:13 +0000 (19 22:30 +0000)
tree8d28d5bc6b8d147917f6d0fb1a20f61fc3005e5c
parentd4bd277a786ca8f9a9e42a7288320e67fa30bd7b
Added PETSCII support to the FTP client. It seems reasonable to do this in ftpc.c (instead of ftp.c) as all command connection strings are given in PETSCII in the C source.
apps/ftp/ftpc.c