Sponsored Content
Full Discussion: ftp command line client
Top Forums UNIX for Dummies Questions & Answers ftp command line client Post 40624 by donald1111 on Friday 19th of September 2003 11:10:07 AM
Old 09-19-2003
ftp command line client

Hi!
Does anyone of you know another good ftp command line Client like Midnight Commander? (not /usr/bin/ftp)
Thanks.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Using telnet client from MacOSX's command line terminal

I'm completely new to Unix, but familiar with Mac OSX. I've just discovered the command line terminal feature of this new OS and I'm trying to learn how to telnet into my host's server to change permissions to allow executable cgi scripts for my website. Is there anyone who might be able to... (2 Replies)
Discussion started by: tylerl
2 Replies

2. UNIX for Advanced & Expert Users

Command line FTP Client

I'm looking for a FTP client that is similar to NCFTP in that I can run a full ftp command in one line without needing to access the client first then typing the ftp commands. Very simple request but I can't find any other tool like that, I have downloaded Kermit thinking I can use it to tranfer... (3 Replies)
Discussion started by: tamkag
3 Replies

3. UNIX for Dummies Questions & Answers

Uploading a Directory via FTP in the Command Line

Hello, Is there a way to upload a directory via ftp in the command line in a single line? I'd be looking for something like this: ftp -username me -password 12345 /Users/me/mywebsitefolder /publichtml/ But I can't figure out the proper syntax. Thank you for any help. -Grey (1 Reply)
Discussion started by: wellington_grey
1 Replies

4. Shell Programming and Scripting

one line command to check file existence and FTP it

Hi all, I need a batch script to Check for existence of file say i check for files with extension xml.done in C:\Myfile.(This folder contains .xml file and its corresponding .done files) If the .done file exists then it should FTP the corresponding .xml file to UNIX. Is this possible to do... (6 Replies)
Discussion started by: Codesearcher
6 Replies

5. Shell Programming and Scripting

FTP command line username and password passing

Dear All, I am new to unix and I am trying to build a shell script which will connect to a different server by passing username and password from a file or command line but not manually... In short I dont want to connect to a diff server via ftp interactively. Any suggestion...looking... (8 Replies)
Discussion started by: Pratik4891
8 Replies

6. Shell Programming and Scripting

shell script for ftp files passed in command line argument

i want to write a shell script function that will ftp the files passed in the command line . i have written a shell script for ftp but how will it do for all files passed in command line argument , i am passing 4 files as argument ./ftp.sh file1 file2 file3 file4 code written by me... (5 Replies)
Discussion started by: rateeshkumar
5 Replies

7. UNIX for Dummies Questions & Answers

File uploaded via FTP not visible from Command Line

I am using VSFTPD on amazon web services and have a remote service that uploads files to server via FTP. The files comes through fine and when I log in via FTP client I see them. The problem is the files are supposed to be moved once uploaded but the files are not visible via command line thus the... (2 Replies)
Discussion started by: theman0684
2 Replies

8. UNIX for Dummies Questions & Answers

FTP command-line utility usage

Hi, Using command-line utility "ftp or sftp", I want to transfer files across Windows and UNIX. Can you please tell me from where I need to connect to ftp and how do I specify the hostname, credentials and how do I get and put files between DOS and UNIX? Please provide me as much... (10 Replies)
Discussion started by: Dev_Dev
10 Replies

9. UNIX for Dummies Questions & Answers

POP3 Mail Client (Command Line)

Hi list, I need a POP3 mail client which I can use from the command line within a bash shell script to download email to a folder location. Can anyone recommend a good POP3 client which can be used from the command line in bash? Using redhat enterprise linux 5 and 6. thanks, Land (2 Replies)
Discussion started by: landossa
2 Replies
MCDIFF(1)						      GNU Midnight Commander							 MCDIFF(1)

NAME
mcdiff - Internal diff viewer of GNU Midnight Commander. USAGE
mcdiff [-bcCdfhstVx?] file1 file2 DESCRIPTION
mcdiff is a link to mc, the main GNU Midnight Commander executable. Executing GNU Midnight Commander under this name requests starting the internal diff viewer which compares file1 and file2 specified on the command line. OPTIONS
-b Force black and white display. -c Force color mode on terminals where mcdiff defaults to black and white. -C <keyword>=<fgcolor>,<bgcolor>,<attributes>:<keyword>= ... Specify a different color set. See the Colors section in mc(1) for more information. -d Disable mouse support. -f Display the compiled-in search paths for Midnight Commander files. -t Used only if the code was compiled with S-Lang and terminfo: it makes the Midnight Commander use the value of the TERMCAP variable for the terminal information instead of the information on the system wide terminal database -V Displays the version of the program. -x Forces xterm mode. Used when running on xterm-capable terminals (two screen modes, and able to send mouse escape sequences). COLORS
The default colors may be changed by appending to the MC_COLOR_TABLE environment variable. Foreground and background colors pairs may be specified for example with: MC_COLOR_TABLE="$MC_COLOR_TABLE: normal=lightgray,black: selected=black,green" FILES
/usr/share/mc/mc.hlp The help file for the program. /usr/share/mc/mc.ini The default system-wide setup for GNU Midnight Commander, used only if the user's own ~/.config/mc/ini file is missing. /usr/share/mc/mc.lib Global settings for the Midnight Commander. Settings in this file affect all users, whether they have ~/.config/mc/ini or not. ~/.config/mc/ini User's own setup. If this file is present, the setup is loaded from here instead of the system-wide startup file. LICENSE
This program is distributed under the terms of the GNU General Public License as published by the Free Software Foundation. See the built-in help of the Midnight Commander for details on the License and the lack of warranty. AVAILABILITY
The latest version of this program can be found at ftp://ftp.gnu.org/gnu/mc/. SEE ALSO
mc(1), mcedit(1), mcview(1) BUGS
Bugs should be reported to mc-devel@gnome.org MC Version 4.8.7 June 2014 MCDIFF(1)
All times are GMT -4. The time now is 10:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy