diff --git a/src/sbbs3/ftpsrvr.c b/src/sbbs3/ftpsrvr.c
index e7d1918ac33e4f0d87e7e938cb48926a8cecc465..4e74a85ecd55aa7438b9880308d3fa594f3f9dfd 100644
--- a/src/sbbs3/ftpsrvr.c
+++ b/src/sbbs3/ftpsrvr.c
@@ -1536,7 +1536,7 @@ static void send_thread(void* arg)
 					}
 					/* Inform uploader of downloaded file */
 					sprintf(str,text[DownloadUserMsg]
-						,fname
+						,getfname(xfer.filename)
 						,xfer.filepos ? "Partially FTP-" : "FTP-"
 						,xfer.user->alias,tmp); 
 					putsmsg(&scfg,uploader.number,str);