Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorials:node5.html [2011/04/30 20:02] – [4.8.1 FTP] georgtutorials:node5.html [2011/04/30 20:03] – [4.8.1 FTP] georg
Line 165: Line 165:
  
 ''cd directory'' ''cd directory''
 +
 Change directory on the remote FTP server.  Change directory on the remote FTP server. 
  
 ''dir'' ''dir''
 +
 Print a lsit of the files in the current directory on the remote FTP server.  Print a lsit of the files in the current directory on the remote FTP server. 
  
 ''ascii'' ''ascii''
 +
 Tell FTP to assume that files you transfer are text files.  Tell FTP to assume that files you transfer are text files. 
  
 ''binary'' ''binary''
 +
 Tell FTP to assume that files you trnasfer are binary files.  Tell FTP to assume that files you trnasfer are binary files. 
  
 ''hash'' ''hash''
 +
 Tell FTP to print an octothorpe character (#) for each block it sends or receives. It helps you see the progress of the file transfer.  Tell FTP to print an octothorpe character (#) for each block it sends or receives. It helps you see the progress of the file transfer. 
  
 ''put filename'' ''put filename''
 +
 Upload a file.  Upload a file. 
  
 ''get filename'' ''get filename''
 +
 Download a file.  Download a file.