mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00
NSH TFTP get command: Wrong file name used for the destination. From Lazlo
This commit is contained in:
@@ -504,7 +504,7 @@ int cmd_get(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
||||
|
||||
/* Get the full path to the local file */
|
||||
|
||||
fullpath = nsh_getfullpath(vtbl, args.srcpath);
|
||||
fullpath = nsh_getfullpath(vtbl, args.destpath);
|
||||
|
||||
/* Then perform the TFTP get operation */
|
||||
|
||||
|
Reference in New Issue
Block a user