0
votes
0answers
25 views

FTP to a server through a VPN on the same server?

I have a remote server (at home but I'm at university) which is running a VPN, I am connecting through the university network, through the vpn server to the internet. That server does a bit of ...
1
vote
0answers
30 views

FTP from IP camera to server losing packets

I'm tryin to set up a number of IP cameras (D-link DCS-920 and DCS-930L) to send images by FTP to a server (Ubuntu server (10.04 I think)). The images are about 15KB each and currently I have 6 ...
0
votes
2answers
102 views

Transfer files between two NAS units on same network

So I have two Seagate BlackArmor 400 NAS units and I want to transfer a lot of files from one to the other. I can access both through a browser GUI and also are the shares I want to transfer between ...
1
vote
1answer
108 views

FTP server time-out

I'm wondering why my FTP server won't work. I host an Apache web server off of an old computer, and decided to make a parallel FTP server for uploading files to the website. So I installed FileZilla ...
0
votes
0answers
104 views

What would cause different rates of packet loss between client and server in UDP?

If I've implemented a reliable UDP file transfer protocol and I have a file that deliberately drops a percentage of packets when I transmit, why would it be more evident that transmission time ...
2
votes
1answer
218 views

ftp server over internet using different port

I want to access my ftp server over the internet. I run it on Debian, I changed the port to 201, and my local ip is 192.168.1.3. I can access it from any computer on my network through ...
2
votes
1answer
179 views

FTP download speed drops after a few dl's [closed]

For 2 and a half year, I've downloaded, on average, 2-3 GB of data per day from this FTP server (astronomy data from an observatory - nothing illegal). Since Saturday I've been experiencing a weird ...
0
votes
1answer
212 views

Setup FTP Server for Remote Access Mac

I'm rather new to the field of servers and networking and have recently been trying to set up an FTP server on my Mac as an easy way to move files around. I'd like the server to be able to be accessed ...
3
votes
1answer
839 views

Mac OS X will only upload zero-byte files through FTP

I'm using Mac OS X Lion and I've been having this problem with FTP (any FTP client, mind you. I tried Transmit, FileZilla, Cyberduck and the Terminal, all with the same result) I can browse files in ...
0
votes
0answers
69 views

cannot create ftp session

Cannot connect to my web sites server using filezilla. I get Error: Connection closed by server Error: Could not connect to server Someone suggested I use telnet at the command prompt to my web ...
2
votes
1answer
124 views

A Canadian in Berlin - problems with FTP and IP numbers - anyone have ideas?

Thanks for taking the time. My problem- I am a Canadian (with Canadian laptop) presently in Berlin. For some reason I am having repeated connectivity problems -- At my flat I cannot connect via ...
2
votes
2answers
412 views

Which router firmware supports external drives, FTP, VPN, and BitTorrent?

I have a Linksys WRT54GL Router. I'm open to getting another router if it won't suit my needs. Which firmware should I install? Which version/build of the firmware? Any additional modifications I ...
1
vote
1answer
683 views

FTP LIST command fails between between host OS and guest OS

I'm having trouble setting up FTP between my host OS (Windows 7) and guest OS (Ubuntu 10.04). I used the network settings in VirtualBox to setup port forwarding on 80, 21, and 22. Accessing the ...
3
votes
2answers
292 views

Issue with China's Great Firewall (or other odd networking issue)

We periodically deploy an application to a computer located in China (from Canada). We deploy the changes using Subversion - we're talking a ~100Mb diff. We've noticed that the speeds are good until ...
1
vote
4answers
758 views

Multiple Machines: Share Data Using NFS / HTTP / FTP?

I have a network of 20 machines, all running Ubuntu 10.04. Each machine has about 200[GB] of data that I'd like to share with all other 19 machines for READ ONLY PURPOSES. The reading should be done ...
2
votes
1answer
264 views

Advance Command Line FTP Client?

The Default Microsoft Command Line FTP Client does not support some commands like AUTH, SITE & CONNECT. Is there any other Command Line FTP Client available to achieve this?
0
votes
1answer
188 views

FTP Over SSL/TLS and Firewall Support

Is there any open source/commercial FTP client which supports FTPS (FTP over SSL/TLS) over firewall/proxy? Since If we use SSL/TLS, the Control channel is encrypted and the Firewall couldn't ...
0
votes
1answer
1k views

FTP - Connection refused - Ubuntu ::: Get message Connection refused when trying to connect to other computer in network

I Get message Connection refused when trying to connect to other computer in network. My System Ubuntu: computer1 ip: 10.0.0.1 computer2 ip: 10.0.0.2 computer1 shell: $ ftp ftp> open 10.0.0.2 ...
1
vote
2answers
2k views

Setting up a proxy for FTP - Windows

I have 2 windows machines and a server. 1 is my laptop, the other is a workstation that the IP of which is white-listed on the server. The laptop has a dynamic IP, so the IP cannot be white-listed. ...
0
votes
1answer
93 views

Mass Port Forwarding?

Hi I had trouble but I finally port forwarded 21-23 and thus got SSH working on my Ubuntu machine. If I want to do other things with it such as FTP, should I just port forward 1-10000 so I don't have ...
2
votes
1answer
6k views

FileZilla not working on Server 2008 R2

I'm battling to get FileZilla working on Server 2008 R2. Until this morning, I had one 2008 and one XP machine, and always just used the XP one for FTP. I now have two 2008 machines and no FTP client. ...
1
vote
2answers
15k views

Why is TFTP 'PUT' failing on Windows 7?

I am using Windows 7 RTM, and things are running smoothly for the most part. My Windows 7 installation is the default, out of the box configuration. I am using the standard TFTP utility available ...