Showing posts with label ftp client. Show all posts
Showing posts with label ftp client. Show all posts
Monday, November 23, 2015
ftp/http client, LFTP 4.5.2 released with Improved Torrent Status & New Updates
LFTP developers announces the release of LFTP 4.5.2 client with minor new updates and few improvements. LFTP is a sophisticated ftp/http client and a file transfer program which works on several network protocols. It also uses job control and readline library for input.
According to official announcement, LFTP 4.5.2 client comes with support for mkdir -q option for quiet operation along with glob --exists and --not-exist options. The torrent status is improved which now shows the availability statistics.
Apart from these new features, a coredump on startup is fixed which arises when compiling LFTP with certain gcc versions. The unconnectable torrent peers on trackerless torrents are removed from this release. You might also like to check out 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.
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.
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.
Sunday, November 8, 2015
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.
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.
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.
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.
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.
Subscribe to:
Posts (Atom)