Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FileZilla client run in command line [closed]

Tags:

filezilla

ftp

is it possible to run FileZilla client via command line and be able to set server name, user, password, FTP protocol (e.g. FTPES, SFTP), port number? i looked online and can't seem to be able to find any such command. also, i am using windows 7, i am not sure if that somehow has a smaller set of commands. thanks.

like image 516
user270811 Avatar asked Nov 01 '10 21:11

user270811


2 Answers

You can use some command-line arguments for FileZilla, but as far as i know, it's principally a GUI FTP client.

Otherwise, Windows have a bundled command line FTP client (FTP.exe)

  • The Windows Command-Line FTP Client
  • List of FTP commands for the Microsoft command-line FTP client
like image 83
Pascal Qyy Avatar answered Sep 18 '22 14:09

Pascal Qyy


You can use ncftpput. ncftpput supports command-line file upload and it has other commands.

ex: ncftpget, ncftpls, and support auto create file folder.

like image 27
user792422 Avatar answered Sep 21 '22 14:09

user792422