diff scripts/@ftp/ftp.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 0f70468a56cd 446c46af4b42
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/@ftp/ftp.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/@ftp/ftp.m	Tue Jan 20 10:24:46 2015 -0500
@@ -31,17 +31,17 @@
 ## @headitem Method @tab Description
 ## @item ascii @tab Set transfer type to ascii
 ## @item binary @tab Set transfer type to binary
-## @item cd @tab Change remote working directory 
+## @item cd @tab Change remote working directory
 ## @item close @tab Close FTP connection
-## @item delete @tab Delete remote file 
-## @item dir @tab List remote directory contents 
+## @item delete @tab Delete remote file
+## @item dir @tab List remote directory contents
 ## @item mget @tab Download remote files
 ## @item mkdir @tab Create remote directory
 ## @item mput @tab Upload local files
 ## @item rename @tab Rename remote file or directory
 ## @item rmdir @tab Remove remote directory
 ## @end multitable
-## 
+##
 ## @end deftypefn
 
 function obj = ftp (host = "", username = "anonymous", password = "")