General :: Terminal FTP Client With Progress Bar?
Mar 21, 2011
I'm SSHing to a headless Ubuntu box and sometimes need to upload files from that box via FTP. The built-in FTP client does not show the progress of my upload (or at least I don't know how to view it). I just see this during the operation (which could take up to an hour):150 Opening BINARY mode dataonnection for MyFileAre there any FTP clients which I could use in terminal and would show the progress (some kind of a progress bar or just the percentage)?
View 2 Replies
ADVERTISEMENT
Sep 18, 2011
I want to update the percentage progress of my program on the screen. I have a progress bar that I print. I add a * when the progress is more than 10%, but I also want to write the actual percentage correct up to every digit. However, I do not want to write a new number every time, since it will have the following effect:
1
2
3
4
Instead, I would like to just maintain one single figure on the screen that keeps getting updated. How do I do that? (... in Java/C++, but I think it's irrelevant)
View 2 Replies
View Related
Aug 19, 2010
I am new both here and in Linux. As the subject says, I would like to learn how to copy a directory (not a file) from terminal with progress bar showing. The copy is local, i.e., not to another computer. My distro is CentOS 5.5. I know that if I do it with nautilus I would see the progress, but I want to learn how to do it from the terminal. I know that PV command can show a progress bar, but from what I saw, it works well for files, but not for directories (recursive).
Is it possible to use PV for directories? If yes, could you please show me the syntax? I also saw that some people mentioned that rsync can also show a progress bar, I tried to do it, but it didn't work out - perhaps I got the syntax wrong. If rsync can really be used to copy directories with progress bar, show me the syntax? Any other ideas on how to do it? I would like ideas that do not involve using any script, i.e., just something that I can do using the regular commands.
View 6 Replies
View Related
Mar 9, 2009
After searching I cant find script that can deal with directories. All the found scripts work file to file and not directory to directory. Someone know script that can deal with all this situation?
View 8 Replies
View Related
Nov 25, 2009
Is there a good terminal services client available I can connect to my Windows boxes from Fedora12? I am willing to pay for a commercial license if there is a good one
View 7 Replies
View Related
Sep 24, 2010
I'm using Nomachine NX client for Windows to remotely connect to my Ubuntu.Every now and then I experience a strange phenomena: the text in the prompt of all open terminal windows becomes black, so it can't be viewed over the black background. Typed commands are also black, but the results are in normal colors. So I can run stuff, but can't see what I'm typing...After I close all open terminal windows and start a new terminal window, everything goes back to normal.
View 1 Replies
View Related
Nov 5, 2009
I have this command in a bash script
Code:
!#/bin/sh
cd /home/n3t
tar -czf /media/disk/BACKUP/home/Pictures/$BACKUPDATE.tar.gz ./Pictures
How can I create a progress bar for this action? I have download the clpbar but I don't know how to use it exactly.
View 1 Replies
View Related
Nov 9, 2009
I want to create a script which will show the amount of data that is been copied from one location to another location. For example: Say I have a file called abc.img which is approximately 4 gb of size therefore every time I copy the file from one location to another I want a progress bar to appear like 50% completed 51% completed and so on.
View 2 Replies
View Related
Mar 19, 2010
I'm looking for information on how to use a single FTP command from the terminal window, that would do this:
- Login (with usesrname/password)
- Set Transfer type to Binary
- Get all files in a directory and download somewhere.
- Delete all files in the directory that was just downloaded.
- Close Connection when complete.
There lots of information on individual commands, but I want to combine them into one single command that requires no human interaction. Just one big line Hopefully from this one command line I'll be able to create more for other purposes (like login and delete one file then close).
View 9 Replies
View Related
Jan 23, 2010
I am building a Terminal Server Client using debootstrap for work. I found a couple post that suggested that I can change my inittab configuration to not load login. However it is my understanding that inittab has been replaced by upstart. I would like to know how to modify upstart so that instead of the user seeing a login: prompt my script is automatically loaded (rrdesktop)(revisedrdesktop) and the user is brought off a live cd to my terminal server.
View 2 Replies
View Related
Oct 12, 2010
I recently installed Ubuntu and dolphin file manager but when I press Shift+F4 for Terminal I get this error: Could not launch the terminal client: KDEInit could not launch 'konsole'.: Could not find 'konsole' executable. Now, I know I can open it with Ctrl+Alt+T but with shift+f4 from dolphin, terminal starts with current folder in command line.
View 2 Replies
View Related
Jun 21, 2011
I am looking for an interactive terminal based twitter client. It seems like there are a few around, but some of them appear to be abandoned. Does anyone have any recommendations of a good one to use?
View 1 Replies
View Related
Sep 23, 2010
I can get some sort of indication to show a shell script is running? Even a simple rotating cursor will do, or an increasing row of dots.
Here's one of my scripts...
#!/bin/sh
echo "Main directories"
echo ""
cd /home
[Code]....
View 9 Replies
View Related
Jan 20, 2010
I have a Shuttle XPC with 3 drives. /dev/sda is a 320GB SATA drive with a basic installation. Two partitions, a swap and the rest is on /. The other two drives are 1.5TB SATA configured as a software mirror as /dev/md0.
I want to use dd to clone the 320GB boot/OS drive to a 750GB SATA I have at home. Last night I put the 750 in a USB enclosure and at about 6:00 PM fired off: dd if=/dev/sda of=/dev/sdd
It's now 7:16 AM and the dd is *STILL* going. Is this unusually long to clone the drive? Is there any way to check the progress or a way to launch dd with a progress indicator?
View 3 Replies
View Related
Nov 18, 2010
I am trying to use a smartcard with a remote windows computer via the terminal server client. I didn't see any settings in the UI, but I did see a redirectsmartcards property in the conf file. I tried setting it from 0 to 1 but it didn't seem to have any effect (still getting traditional login dialog on remote computer). Does anyone know if this setting is supported or not? I did install pcscd and friends and when I insert the usb smartcard pcscd does show up in /var/log/messages so I think the smartcard is working okay locally.
View 2 Replies
View Related
Jan 26, 2011
I'm currently successfully using the Terminal Server Client to connect to an SBS 2003 server at a remote location. I've been trying to figure out if it's possible to connect to any of the XP machines on the LAN behind it. I currently have to use RWW in IE on a VirtualBox XP machine to do that, and I'd love to be able to get rid of VirtualBox completely.
The server has 2 NICs, one connected to the internet, and the other connected to the LAN. There is only one public IP. The computer I'd most like to connect to has a static, private IP. Anybody done anything like this or have any thoughts on how to get it to work?
View 2 Replies
View Related
Feb 7, 2011
I was trying to connect to my machine over the internet through a VPN. I was able to connect, with a fairly high ping (30-40 ms), then when I use Terminal Service Client to connect, just the login screen takes FOREVER!! Using a Virtualbox WinXP, I connect to the VPN and use its Remote Desktop and it is super fast.
View 9 Replies
View Related
May 18, 2010
If I run
cp file1 file2
I'd like to be able to track it's progress. Is there a command I can use for this?
rsync --progress
has this, but is there something generic, usable for "any" command?
View 3 Replies
View Related
Jun 22, 2010
Is there any good tool in GNU/Linux that copy files like cp, but also shows progress and limits speed (and changes limit without interruption) like pv?
Prototype: find source_directory | cpio -H newc -o | pv -s `du -bs source_directory/ | awk '{print $1}'` | (cd /destination/directory && cpio -di)
Also rsync -aP source_directory /destionation/directory/, but this shows progress bars individually and can't change rate after started. Or may be I should just write a wrapper for pv/cpio? Done.
View 2 Replies
View Related
Jul 1, 2010
I am using Ubuntu 9.10 and am bothered by the sometimes pretty long update progress. sometimes i wish to abort the update-manager, apt-get or synaptics because i need to go, but i think it might break anything. could you advice me how to do it safely, even if some cleaning up is required afterwards?I was just wondering because certainly there is a way to preserve the pre-update condition, e.g. when installing a new kernel. but my guess is, that the installation is postponed to restart then.
View 1 Replies
View Related
Mar 15, 2011
How do you get RHEL6 to display the "traditional" display of startup information instead of the tiered/stacked progress bar? The standard info dump is displayed during shutdown.
View 2 Replies
View Related
Sep 15, 2010
Is there a clever way to monitor the progress (as percentage or hash) of copying a large file (using pv could be an option)?Like monitoring the progress of a copy command such as this:Code:cp linux.iso /tmp/
View 2 Replies
View Related
Jan 5, 2010
More for my own posterity than anything else, I thought I'd document here the way to get to eDesktop through linux (debian, ubuntu) at the University of West Florida (UWF), since they appear to only support Windows through their documentation on the University web site, and the link through Argus (the secure web site) doesn't work in Linux. This is sometimes needed to use the University resources (libraries and computer programs) from remote locations, and otherwise a google search is fruitless. I had to have a guy in the computer science department show me how to do it.This may apply for other Universities with similar setups.
View 1 Replies
View Related
Feb 24, 2010
In windows using remote desktop connection you can press Ctrl+Alt+minus to copy the current window on the remote desktop to the clipboard. How do you do that in Ubuntu's terminal server client? I have not found any key combination that works
View 2 Replies
View Related
Mar 12, 2010
I would like have my client computer be able to boot off of a cd right into a terminal server connection. Not click here, then there, enable wireless....so on.. Just boot into a terminal server connection screen.
View 1 Replies
View Related
Apr 5, 2010
I was following the installation instruction in the official website for Termtter. But it doesn't work...
I did
Code:
sudo gem install termtter
. It finished successfully. It says 'command not found' when I run 'termtter'.
View 1 Replies
View Related
Sep 9, 2010
So I setup VNC on my Mac (that runs Snow Leopard) and my PC (that runs Ubuntu) and I gave the IP address to Ubuntu, entered the password and it worked fine. The problem is that it still works fine... I only made this connection to test it because I thought it'd be cool, which it was (for a while). Now I cannot delete this connection whatsoever!
I have tried changing the password on the Mac, limiting the users, and even switching it off completely by unchecking its checkbox. I have also tried limiting the users... BUT UBUNTU STILL MANAGES TO GET INTO MY COMPUTER! This is really annoying because anyone using the PC downstairs can now go into my Mac and mess about with things - I hate this. Somehow, Ubuntu has locked in on my Mac and, despite the changes, can earn access no matter what!
View 5 Replies
View Related
Apr 27, 2011
I'd document here the way to get to eDesktop through linux (debian, ubuntu) at the University of West Florida (UWF), since they appear to only support Windows through their documentation on the University web site, and the link through Argus (the secure web site) doesn't work in Linux. This is sometimes needed to use the University resources (libraries and computer programs) from remote locations, and otherwise a google search is fruitless. I had to have a guy in the computer science department show me how to do it. This may apply for other Universities with similar setups. It was impossible for me to figure it out on my own, I had to go back to my old 9.04 partition to get the info...
1) Open Terminal Server Client (Applications>Internet>...)
2) Insert as follows:
Code:
Computer: eDesktop.uwf.edu
Protocol: RDP
User Name: YOUR USERNAME
[code]...
3) OPTIONAL BUT RECOMMENDED click Save As and save it as a quick connect so you don't have to refer to this again.
4) Flip through the other tabs and configure as desired, and click Connect!
View 7 Replies
View Related
Nov 27, 2009
I can successfully connect to a remote Windows Computer using Terminal Server Client but I cannot save the profile (Fedora 12).This means I have to enter the details every time I wish to connect. As I have many different remote locations I need to access on a regular basis is there any way to save the profiles?
View 6 Replies
View Related
Dec 3, 2010
I am at a loss. I can not access my work remote desktop via the terminal server client on my wired box running Ubuntu 10.10. My wireless laptop is able to connect right away once I established the VPN connection. The VPN connection is established on both boxes with no problems.
When I tried the Terminal Server Client on my wired boxed, it says it can not establish a connection. Yet my wireless box gets connected immediately!
I check the /etc/dhcp3/dhclient.conf and the /etc/resolv.conf to see if there were any differences, but they are essentially the same. When I have the vpnc connection, they both recognize it and I am able to ping the IP address shown when I do a "ifconfig" on the terminal.
What can be the problem? Anything I need to configure on a wired computer versus a wireless one? What else can I check?
View 7 Replies
View Related