diff --git a/src/sbbs3/ftpsrvr.c b/src/sbbs3/ftpsrvr.c
index 72a6be03f5bcb8e9318e880cf7d3f0e88efc44fc..d029e6f88874bfb564b75b8418515f57377ebfed 100644
--- a/src/sbbs3/ftpsrvr.c
+++ b/src/sbbs3/ftpsrvr.c
@@ -2448,7 +2448,8 @@ static void ctrl_thread(void* arg)
 				filepos=atol(p);
 			else
 				filepos=0;
-			sockprintf(sock,"200 File marker set to %ld",filepos);
+			sockprintf(sock,"350 Restarting at %ld. Send STORE or RETRIEVE to initiate transfer."
+				,filepos);
 			continue;
 		}