Just would like some feedback on the best ftp program (not free). The requirements I'm looking for is:
- secure ftp
- for use on mac, linux, windows
- backup utility with scheduler
- for use on more than one computer (multi-license)
I'm using wsftp from 2007 right now but it's only good for windows. It's license is only good for one computer. And…
0
down vote
favorite I have an FTPserver that supports passive server mode (using PASV command). This works fine with Windows XP. When I want to access this server from Windows Vista or Windows 7 with firewall enabled I experience a immediate connection shutdown. A reset packet is sent to the server, the socket is signaled that the server had…
Hi.
We pay a news agency to provide us mp3's of hourly news bulletins. They put the mp3's on a FTPserver just about 10 minutes before every hour, with files named after date and time (example: 02012010_1600.mp3 or similar).
I need to find some solution to download only the latest modified file from the FTPserver, rename it to news.mp3 and…
Hi guys,
Suppose I have a server accessible via FTP and it hosts websites
Suppose I want to edit the website locally so it wont affect the site live, and suppose I edit a whole bunch of files, and I don't want to deal with the hassle of keeping track of which files I've edited all the time...
Once I finished editing I want to upload it to…
Hi everybody!
I'm a new Linux user, just switched over from Windows. I've got a couple FTP servers I connect to on a regular basis through sftp. I was wondering if there was a way to, as we say in windows, map them as network drives in Linux, so I can just copy stuff into a drive or folder and it will just map it to the server by ftp. That…
Is there such as thing as a text-mode FTP client for Windows 7 ?
By 'text-mode' I mean one that runs in a CMD.EXE window as opposed to a Windows GUI application.
It also needs to be something along the lines of FileZilla, i.e. menu-driven as opposed to command-entry clients like NcFTP or indeed the built-in one.
edit:
To avoid…
I have a FTPserver (vsftpd) setuped on a Linux box (Ubuntu server). When I try to connect with a computer on the same network everything works fine as expected.
But as soon the IP is external it won't connect..
I first assumed the port was blocked, but then:
localserver:$ sudo tail -f /var/log/vsftpd.log
Wed Jan 13 14:21:17…
I'm trying to use a cURL command to download a file from an FTPserver to a local drive on my computer. I've tried
curl "ftp://myftpsite" --user name:password -Q "CWD /users/myfolder/" -O "myfile.raw"
But it returns an error that says:
curl: Remote file name has no length!
curl: try 'curl --help' or 'curl --manual'…
I am trying to connect to a an ftp through command line using
ftp ftpperso.free.fr
I am then prompted for username and password.
I get this message
230 User username logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
and status confirm that I am connected to the server.
However when I…
I have a FTPserver (vsftpd) setuped on a Linux box (Ubuntu server). When I try to connect with a computer on the same network everything works fine as expected.
But as soon the IP is external it won't connect..
I first assumed the port was blocked, but then:
localserver:$ sudo tail -f /var/log/vsftpd.log
Wed Jan 13 14:21:17…
I've recently upgraded to Windows 8.1 u1.
I connect to VPN to one of my projects, over which I connect to FTPserver (using Total Commander 8.51a). Now, when I try to connect, Total Commander hangs on "Download" (in case of passive connection on "PASV" command). I've figured out that the problem is somehow caused by firewall,…
At conferences and at speaking engagements at the local UG, there is one question that keeps on coming which I wish were never asked. The question around, “Why is SQL Server using up all the memory and not releasing even when idle?” Well, the answer can be long and with the release of SQL Server 2014, this got even more…
I hire an Ubuntu server which I access remotely and I purchased a domain for my webpage. I am totally new to this server thing and to Ubuntu as well. What applications should I install on the server?
I need to transfer files to the server, I guess I would use FileZilla
the same way I use it to upload files to my free…
My friend Rick Morelan is a wonderful speaker and listening to him is very delightful. Rick is one of the speakers who can articulate a very complex subject in very simple words. Rick has attained over 30 Microsoft certifications in applications, networking, databases and .NET development, including MCDBA, MCTS,…
One of the very common question I receive on my facebook is that if there is any tutorial for SQL Server 2012 new enhanced features and solutions. I see this demand a bit increasing as the SQL Server 2012 is more and more being adopted. Here is the list of four tutorial which is specifically created for SQL…
I have been asked this question number of times and my answer always have been – search online and you will find the answer. Every single time when someone has followed my answer – they have found accurate answer in first few clicks. However increasingly this question getting very popular so I have decided to answer…
Fans of this blog are aware that I have recently released my new books SQL Server Functions and SQL Server 2012 Queries. The books are available in market in limited edition but you can avail them for free on Wednesday Nov 14, 2012. Not only they are free but you can additionally learn SQL Server 2012 Error Handling…
Yesterday I wrote about how we can install SQL Server 2014. Right after the blog post was live, I received a question from the developer that he has installed SQL Server 2014 and attached a database file from previous version of SQL Server. Right after attaching database, he was not able to work with the latest…
I made a software router in CentOS linux and in that made a DNS server.
I am using centOS 6..4
for making DNS i applied following steps:
changed the host name = abc.zoom.com and domain name = zoom.com.
then did changes in the named.rfc.1912 file as per
rename named.localhost = forward
and named.loopback…
I can't figure out how to use CURL's FTP, specifically, how to issue FTP commands from my PHP code:
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'ftp://ftp.microsoft.com/');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch,CURLOPT_POSTQUOTE,array('CWD…
Hello,
What I am trying to accomplish is getting relative and absolute paths to files, images and folders that reside on a remote server.
I have website address, and FTP details (these are required when signing up). What i need to know is whether the FTP details correspond correctly with the…
My post title almost states it all: How do I download a file from an FTPserver using FTP over SSL using .NET? I have read a bit and there are several 3rd party components to purchase that wrap up this functionality.
The deal is, this is a very specefic need and is not going to grow much,…
I'm working on a Ruby web Application that uses the Net::FTP library. One part of it allows users to interact with an FTP site via AJAX. When the user does something, and AJAX call is made, and then Ruby reconnects to the FTPserver, performs an action, and outputs information.
Every time…
I am unable to login into apache ftpserver while using database user manager:
while entering username and password,I am getting following error in log file:
[ INFO] 2013-02-07 20:51:07,779 [] [0:0:0:0:0:0:0:1] RECEIVED: USER piyush
[ INFO] 2013-02-07 20:51:07,781 [piyush]…