How to do a simple ftp get?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
tpx
Posts: 2
Joined: Sun Oct 25, 2009 7:30 pm

How to do a simple ftp get?

Post by tpx »

I've been ftp'ing for decades but can't for the life of me figure out how to do a simple 'get' with everything's ftp server. I set up the server on one PC, and able to make a connection, but nothing works. Here's an example, and I am using ftp.exe on XP, so entering PASV mode is already a dead end I have encountered. Help please? Here's my pathetic transcript, TIA:

C:\>ftp 192.168.1.150
Connected to 192.168.1.150.
220 Welcome to X's Everything ETP Server version 1.2.1.371
User (192.168.1.150:(none)):
230 Logged on
ftp> cd /
250 Directory changed to "/".
ftp> dir
502 Command not implemented, use PASV.
500 Data connection failed.
ftp> ls
500 Syntax error, command unrecognized.
ftp> get ftplog.txt
502 Command not implemented, use PASV.
550 File not found.
ftp> get ftplog.txt
500 Data connection failed.
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: How to do a simple ftp get?

Post by David »

"Everything" does not support the PORT command.

The built in FTP client with XP will not work with "Everything".

Please try using your web browser or the command line interface available from:
http://www.voidtools.com/download.php (only works locally).

I have added support the PORT command to my "Things to do" list.
tpx
Posts: 2
Joined: Sun Oct 25, 2009 7:30 pm

Re: How to do a simple ftp get?

Post by tpx »

Thanks, I thought maybe I was doing something wrong, I've been using XP ftp to 'get' for past 8 yrs., before that I used WSFTP in Win/98, & occasionally use AS/400, never had a prob. Also, at the end of that transcript Everything hung on the server, I had to reboot to kill process, thought you might want to know.

BTW, Everything is great, I plan to donate when I start earning again.
eakinasila
Posts: 1
Joined: Sat Nov 21, 2009 5:12 am

Re: How to do a simple ftp get?

Post by eakinasila »

How do I transfer files from Windows XP to an online server through FTP? I'm starting a new website and so I want to upload a wordpress theme onto the domain through ftp but I have no idea how it works :) Help?
Last edited by eakinasila on Mon Nov 30, 2009 1:34 am, edited 1 time in total.
void
Developer
Posts: 16690
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to do a simple ftp get?

Post by void »

I have added support for the Windows FTP command in the latest alpha available here.
How do I transfer files from Windows XP to an online server through FTP? I'm starting a new website and so I want to upload a wordpress theme onto the domain through ftp but I have no idea how it works :) Help?
"Everything" is not a FTP client.
You might like to try FileZilla.
ayrton003
Posts: 1
Joined: Fri Jan 18, 2013 9:05 am

Re: How to do a simple ftp get?

Post by ayrton003 »

To copy files from and to your computer File transfer protocol utility program is used. Those computers may be at different locations. Besides this, I hardly know more. The post was helpful in knowing how this works actually. Thanks for the information.
Post Reply