Pages

Showing posts with label FTP. Show all posts
Showing posts with label FTP. Show all posts

Sunday, November 15, 2015

LFTP 4.5.3 Utility now checks Source Address while replying via DHT


LFTP utility developers officially announces the release of LFTP 4.5.3 with minor new features. LFTP utility is quite popular among Linux and Unix users as it is one of the sophisticated ftp/http client which is used for file transfer over number of network protocols.

LFTP utility offers several key features like supports FTP & HTTP protocols, support for HTTPS and FTPS protocols using GNU TLS or OpenSSL library, automatic OPIE/SKEY support in FTP protocol, FTP listing support, IPv6 support in both FTP and HTTP, partial webDAV support and bittorrent protocol support. You might also like to check out other latest Software News on our website.

According to official announcement, LFTP 4.5.3 comes with new setting ftp::site. This newly updated release checks source address while replying via DHT. It also discards disconnected torrent peers only after a particular timeout. This release doesn't uncompress http body when Contrent-Type is compressed.

Keep reading and stay tuned with us to get latest software news. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Read more »

Tuesday, November 10, 2015

LFTP 4.5.4 receives Reduced CPU and Memory Usage Support & Other Bug Fixes


LFTP team officially announces the release of LFTP 4.5.4 with new changes and several bug fixes. As you know that LFTP is a sophisticated ftp/http client and a file transfer program which supports number of network protocols. It has job control and also uses readline library for input. It has bookmarks, built-in mirror command and allows you to transfer several files in parallel.

According to official announcement, LFTP 4.5.4 comes with new setting mirror which allows you to sort by name, size and date. The LFTP torrent now consume less cpu and memory usage. Apart from these new changes, this release also includes several bug fixes such as fixed memory leak in torrent along with updated translations.

Other bug fixes which you may notice in LFTP 4.5.4 release includes fixed occasional "BUG:deadlock" message, fixed segfault when a directory contains duplicate file names, fixed byte counters in mirror --depth-first and fixed timeout checks in FISH. You might also like to check out other latest Software News on our website.

Keep reading and stay tuned with us to get latest software news. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Read more »

Sunday, November 8, 2015

How to Install FileZilla 3.10 Client using Source Tarball on various Linux Distros

How to Install FileZilla 3.10 Client using Source Tarball on various Linux Distros

FileZilla is a free and open source FTP client which supports FTP, SFTP and FTPS along with lot of useful features and intuitive graphical user interface. The FileZilla client offers key features like support for IPv6, multi-language, resume support, tabbed user interface, powerful site manager, bookmarks, drag & drop support, filename filters, directory comparison, remote file editing and logging to file.

In today's HowTo Tutorial, we will discuss how to install FileZilla 3.10 using source tarball on Ubuntu, Kubuntu, Xubuntu, Lubuntu, Linux Mint, Fedora, CentOS, Debian, OpenSUSE, OpenMandriva and several other Linux Distros. You might also like to check out other latest Software News on our website.

Step Wise Installation of FileZilla 3.10 (FTP Client) using Source Tarball on various Linux Distros

Installation of FileZilla 3.10 (FTP Client) on 32-bit Linux Distros

Step 1 : First, open the terminal and run or copy the following command in terminal to download latest 32-bit source tarball of FileZilla 3.10 on your Linux Distro.
$ wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.10.0/FileZilla_3.10.0_i586-linux-gnu.tar.bz2
Step 2 : Next, run or copy the following command in terminal to extract the download source tarball using tar command on your Linux Distro.
$ tar -xjvf FileZilla_3.10.0_i586-linux-gnu.tar.bz2
Step 3 : Next, remove all the files of existing FileZilla package in /opt filesystem on your Linux Distro.
$ sudo rm -rf /opt/filezilla*
Step 4 : Next, run or copy the following command in terminal to move FileZilla3 folder to /opt filesystem on your Linux Distro.
$ sudo mv FileZilla3 /opt/filezilla3
Step 5 : Finally, run or copy the following command in terminal to install FileZilla3 on your Linux Distro.
$ sudo ln -sf /opt/filezilla3/bin/filezilla /usr/bin/filezilla
After installation, search "FileZilla" either in Unity Dash or in Application and launch it from there to remote access the server using FileZilla client.

Installation of FileZilla 3.10 (FTP Client) on 64-bit Linux Distros

Step 1 : First, open the terminal and run or copy the following command in terminal to download latest 64-bit source tarball of FileZilla 3.10 on your Linux Distro.
$ wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.10.0/FileZilla_3.10.0_x86_64-linux-gnu.tar.bz2
Step 2 : Next, run or copy the following command in terminal to extract the download source tarball using tar command on your Linux Distro.
$ tar -xjvf FileZilla_3.10.0_x86_64-linux-gnu.tar.bz2
Step 3 : Next, run or copy the following command in terminal to remove all the files of existing FileZilla package in /opt filesystem on your Linux Distro.
$ sudo rm -rf /opt/filezilla*
Step 4 : Next, run or copy the following command in terminal to move FileZilla3 folder to /opt filesystem on your Linux Distro.
$ sudo mv FileZilla3 /opt/filezilla3
Step 5 : Finally, run or copy the following command in terminal to install FileZilla3 on your Linux Distro.
$ sudo ln -sf /opt/filezilla3/bin/filezilla /usr/bin/filezilla
After installation, you can directly open the FileZilla by running the "filezilla" command in terminal on your Linux Distro.

Keep reading and stay tuned with us to get latest software updates. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Read more »

Thursday, November 5, 2015

LFTP 4.5.5 receives Support for Internationalized Domain Names & Bug Fixes


LFTP utility developers officially announces the release of LFTP 4.5.5 with new additions along with minor bug fixes. As you we have already discussed in our previous post that the LFTP is a sophisticated ftp/http client and file transfer program which supports several network protocols.

According to official announcement, LFTP 4.5.5 comes with support for internationalized domain names along with added lftp --norc option. It also included mirror "Finished" message and ftp:catch-size setting. Apart from these new new addition, LFTP 4.5.5 also includes minor bug fixes like fixed net:max-retries setting.

Among other fixes, LFTP 4.5.5 includes fixed byte counters in mirror status, fixed a segfault in ftps and fixed a spurious error message in fxp and ftp. You might also like to check out other latest Software News on our website.

Keep reading and stay tuned with us to get latest software news. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Read more »