comparison docs/gftp-faq.sgml @ 556:017b1108305b

2004-9-17 Brian Masney <masneyb@gftp.org> * src/gtk/transfer.c (check_done_process) - make sure the return code from the process is reported correctly to the user * docs/gftp-faq.sgml - added section about troubleshooting files not being uploaded * src/gtk/gtkui.c - fixed compiler warning
author masneyb
date Sat, 18 Sep 2004 00:42:01 +0000
parents a8ca3e349d4a
children b505daaccb92
comparison
equal deleted inserted replaced
555:7f54d0c0edbc 556:017b1108305b
4 <!-- Please let me know if there are other ways to improve upon this --> 4 <!-- Please let me know if there are other ways to improve upon this -->
5 5
6 <book> 6 <book>
7 7
8 <bookinfo> 8 <bookinfo>
9 <date>$Date: 2004/09/14 10:24:01 $</date> 9 <date>$Date: 2004/09/18 00:42:01 $</date>
10 <title>gFTP FAQ</title> 10 <title>gFTP FAQ</title>
11 <authorgroup> 11 <authorgroup>
12 <author> 12 <author>
13 <firstname>Brian</firstname> 13 <firstname>Brian</firstname>
14 <surname>Masney</surname> 14 <surname>Masney</surname>
276 276
277 </sect1> 277 </sect1>
278 278
279 <!-- ----------------------------------------------------------------- --> 279 <!-- ----------------------------------------------------------------- -->
280 280
281 <sect1>
282 <title>When using an external editor, gFTP does not detect changes that are being made to the file.</title>
283
284 <para>
285 Look at the man page for the editor you are using and see if there is a
286 command line argument to have the editor run in the foreground (it won't
287 fork to detact from the current terminal). If you are using one of the
288 graphical VIM editors, you can add the --nofork argument.
289 </para>
290
291 </sect1>
292
293 <!-- ----------------------------------------------------------------- -->
294
281 </chapter> 295 </chapter>
282 296
283 <!-- ***************************************************************** --> 297 <!-- ***************************************************************** -->
284 298
285 <chapter> 299 <chapter>