FTP Command Line - put and put without prompt

Sometimes we need to use FTP command line besides GUI. Problem that i had when using FTP command line is prompt while using command 'put' or 'mput'. Here is how to use FTP command line without prompt:

You only need to start the FTP session using option -i

e.g:
ftp -i ftp-server-name-or-domain

The -i option to disable interactive prompting.

0 comments:

Post a Comment