Ubuntu :: FTP Clients Can't Download Files From My Server / Fix It?

Mar 13, 2010

I can't download files from my server that I have. code...

it have worked before when the server used port 21 but now when they changed it to 4700 it doesn't work. I have emailed them and they get it to work with FLASHFXP but that is a freeware and it is for windows.

in filezilla I get "Error: Failed to retrieve directory listing"

View 4 Replies


ADVERTISEMENT

CentOS 5 Server :: TFTP-server Unable To Send Files To Clients Outside It Subnet?

Sep 9, 2011

I have tftp-server running on Centos 5. Clients which are on the same subnet as the server are able to get and put without problems. I have a client that is across the internet that is having trouble getting files from my tftp server. A tcpdump reveals that the client is requesting the same file over and over again. In /var/log/messages, I am see the following error repeated over and over until the client finally gives up.

localhost in.tftpd[12727]: tftpd: read: No route to host

View 1 Replies View Related

Server :: Server With NFS Configured Would Be Able To Access Files By MAC Clients?

Dec 29, 2010

if I use Linux File server with NFS Configured, Can MAC clients (workstations) access the files on Linux server over the LAN network

View 7 Replies View Related

CentOS 5 Server :: NFS Clients Not Seeing All Files In Export?

Dec 9, 2009

We recently upgraded our NFS server from Centos 4.4 kernel 2.6.9-42.0.10.plus.c4 to Centos 5.4 kernel 2.6.18-164.6.1.el5

In our queue directory where we shuffle files to be processes some files will go missing.

Example structure

/Queues/Process1/subdir_xxx
/Queues/Process1/subdir_xxx
etc...

/Queues/Process2/subdir_xxx
/Queues/Process1/subdir_xxx
etc...

Where 'xxx' is a date/time string down to the second.

Each subdir entry contains a number of files, depending on load at the time.

What we see happening is that a subdir will appear empty from a client (ls -la shows . and .. ) but an rmdir will fail with a 'directory not empty' error. From all 7 clients (mix of Centos 4 and 5). However on the server the files are visible. If we 'touch' the files the clients will then pick them up and process them.

It doesn't appear that waiting any amount of time will make the files visible (we've waited 8 hours while testing).

We've tried different mount options, NFS4, etc. Nothing got rid of the issue. Changing one server to use CIFS however solved it. So it appears to be some bug in NFS.

The problem appears to be intermittent and random, we can go hours without seeing it, or minutes. I'd say it affects fare less then 1% of the files written.

View 2 Replies View Related

Red Hat :: View/Open Files On Server From Windows Clients?

Apr 1, 2011

in my office we are using redhat server and 20 windows client machine. some times while viewing the server stored files or not able to view.yesterday i saw a problem all the files are showing but not able to open a single fine after restarting the computer iam able to open the file.

View 2 Replies View Related

CentOS 5 Server :: Automation Of Ftp Server \ Configure A FTP Server Where Upload And Download Files?

Jan 8, 2011

i have been trying to complete the following project1) Configure a FTP server where we can upload and download files.........2) server must run at 9 pm & stop at 9 am automatically ............although the first task was easy ,i have no idea how to accomplish the 2nd task(not to mention I'm a new user)

View 5 Replies View Related

Ubuntu :: Download Files From HTTP Server Remotely

Dec 13, 2010

I have a question about using ubuntu to download files from an HTTP server remotely and didn't know where to put it, so hopefully it falls under general support. Anyway, I am about to move into a place with an incredibly slow internet connection and a tiny data allowance and my brother has said that, if possible, I can use his internet connection to download any large files to a box I can just leave at his place, then I can simply come over to his place every few weeks and copy said files to a hard drive and all will be well. The problem is that I am not sure how to do this.

Today I went out and bought a few parts and built a cheap computer with a HDD big enough to hold whatever I need, however when I got home I realised I had no idea how I was going to handle the software aspect of this. Is there any way that I can access that computer remotely over the internet and schedule fairly large downloads from an http server? Also after talking to a friend I was told that I need to install the server version of ubuntu if this is to work, is this correct? Also, if its relevant the specs of the computer I have for this is using an "Intel Desktop Board D510M0 + Intel Atom Processor D510" which uses 64 bit architecture.

View 5 Replies View Related

Ubuntu :: Update Manager Can't Download Files From The Getdeb.net Server

Oct 17, 2010

For some weird reason my update manager can't download files from the getdeb.net server.[URL].. Why is that? Is t here a bug in my system or are the server down or something?Because it can download everything else perfectly.

View 5 Replies View Related

Ubuntu Installation :: Firefox Wants To Download Php Files After Update To Lucid Server

May 7, 2010

I updated from karmic to lucid server edition and now firefox wants to download some php files. index.php which is in the same directory is apparently correctly parsed.

Google chrome tells me that the site may be temporarily down and Opera informs me that the connection has been closed by the remote server.

Under karmic I had a standard lamp server installed and everything worked fine.

This is the first time I post in a forum and I hope this is fine here.

I just moved the scripts from the server to a local machine which I updated a couple of weeks ago to lucid.

View 4 Replies View Related

Ubuntu :: Get Wget To Download Files From A Server Ignoring Some From A Text File?

Jun 29, 2010

I use the

Code:
wget -r -A <extension> <site>

command to download all files from a certain site. this time i already have some of the files already downloaded and listed in a text file via

Code:
ls > <text file name>

How can i make wget to download from the site i want but ignore the filenames listed in the text file?

View 2 Replies View Related

General :: Download Files From A UNIX Server Via SSH To Desktop?

May 14, 2011

I just got SSH access to my shared hosting server (unix). I am current in a directory on the server where there is a file called images.zip. I want to download this to my desktop (I am running windows locally if that matters). Which command do I need and what is the syntax?

View 8 Replies View Related

Server :: Start Download Files Through Http Protocol With Apache 2?

Jul 2, 2010

I'd like to permit to start download file when I click over some links. How can I to start download files through http protocol with apache 2?

View 5 Replies View Related

Ubuntu Servers :: File Hosting On Server / Download Files From A Browser Using A Login Name And Password?

Mar 5, 2010

I have a remote VPS with 9.10 installed and would like to host some files on it. I'd like to be able to download the files from a browser using a login name and password.

View 2 Replies View Related

Server :: Always Prompting Login Form When Anonymous Users Try Download Files From Ftp ?

Mar 21, 2010

I'm trying adjust my proftpd server's settings, that anonymous users could download what they need smoothly.

A small problem made me so bemused:

In the configuration file of proftpd, I place the following setting section in the <anonymous> section,

Code:

After restarting the proftpd server and applying the configuration, I try downloading a file in IE browser. Sometimes, it prompts a saveas dialog, and everything was okay.

However, it occasionally prompts a login form instead of a SaveAs dialog. This makes our customers confused greatly.

So, how could I prevent browser from prompting login form when anonymous users try to download files from our ftp server?

Quote:

OS: CentOS 5.3

Server: ProFTPd 1.3.1

View 1 Replies View Related

Debian :: Jigdo Download Of DVD-7 ALWAYS Fails With Just 5 Files Left To Download

Mar 9, 2011

I haved tried 3 times to download DVD-7 from http://cdimage.debian.org/debian-cd/...md64/jigdo-dvd, and every time it has failed with just 5 files left to download.

It says:
I cannot begin to describe. All those hours of downloading for nothing! What the heck is happening here? When I try to just continue on, I get error code 3 aborts and have to just start all over.

View 3 Replies View Related

Server :: Configuring Open LDAP Server And Clients In Ubuntu?

Jan 29, 2010

i want to configure an Open LDAP server in Ubuntu....and also want it to connect to its clients, i have two machines for testing,one for client & one for server, i followed the tutorials on ubuntu documentation,but did not succeed in making either the client or the server,

View 2 Replies View Related

Ubuntu Networking :: Way To Quickly Share Files With Windows Clients On The LAN

Dec 13, 2010

Here I am editing /etc/samba/smb.conf and trying to remember what I should chmod the directory and the files to, then I think to myself there's probably an easier way. That way should be clear to the user.

There's dropbox and Ubuntu one but these are something slightly different, these sorts of things involving a cloud service or something needing to download to Windows clients, which is not what we want if we don't have an internet connection. So, is there a better way? Something to aide making smb.conf and permissions perhaps?

View 1 Replies View Related

Server :: Configure System Vpn Server For Windows Clients And Roadwarriors Connection?

Apr 26, 2010

How to configure linux vpn server for windows clients & roadwarriors connection?

View 4 Replies View Related

General :: Uploading And Downloading Large Files Between Clients?

Jun 5, 2011

I am looking for a file sharing program to install on my dedicated server that will allow me to upload large MP3 files and allow my clients to download them. these files are recordings of counseling sessions for families who are seeking help for their children.

What I am looking for is similar to the system this company uses [URL].

View 4 Replies View Related

Server :: Server For Shell Programming On Windows (XP) Clients?

Jan 9, 2010

I have to have a Linux server for shell programming on Windows (XP) clients

View 3 Replies View Related

Server :: SLES 11.2 Samba Server With Win7 Clients?

Feb 26, 2010

I just installed SLES 11.2 X86_64 and have SMB Server started after adding 2 lines to smb.conf:1. NTMLv2 = Yes2. name resolve order = wins bcast host lmhostsThere are also 02 new DWORD lines I add to Win7 clientsHKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanManWorkstationParameters 1.DomainCompatibilityMode = 12. DNSNameResolutionRequired = 0Of course a few number of modifications I made from Yast to enable SMB Server and Client, and bcast as well. Now I am able to join my Linux Domain without error at first reboot from win7, but it seems spending a long time about 30 secs for auth. even I test on a very fast network system, all with core quad 3GHZ CPU and 4GB DDR2I would like to mention here that before I made the above changes I did a lot of different modifications onto my win7 clients (I found many suggestions online), and all seems mess up and never work; Then I had to reinstall win7 from scratch and just add 02 lines as above, but it works.

View 3 Replies View Related

Software :: Run Rsync To Download Files From A Server Without Rsync Daemon?

Sep 18, 2009

I just tried to sync files from one server to another. After the sync process, I found the files are bigger than original ones.

I looked up the web and found someone mentions the rsync daemon. So I have to run the daemon on one server before I run the rsync?

The command I used is rsync --partial --progress -r source destination

View 1 Replies View Related

Fedora Installation :: Find A Download For The Desktop Version - SERVER X64 Download

Jun 5, 2010

This is our first time choosing and installing linux. Our other servers are all windows 2008 x64. We were told to install fedora 13. I can only find a download for the desktop version and we're looking for the SERVER x64 download. Could I please get a link?

View 7 Replies View Related

Server :: Clients Browsing History In Server

May 18, 2010

In my network the client systems access internet through my server which has ubuntu 9.10 server edition in it.I gave my server's ip address as name server's address in /etc/resolv.conf file in the client systems. And i have assigned static ip to my systems. i have not configured squid in my server.I just want to know whether the website acessed by the client systems will be registered in the server or not, with the coresponding ip addresses.

i have checked system log file in server,but i can't find any ip address entry of the client systems in it.which file i have to actually check, or should i need to configure any extra things to monitor the clients web history in server.

View 6 Replies View Related

Server :: NTP Config - Prevent Clients Using Server?

May 24, 2010

I'm presently writing software to keep my system time from drifting, it uses an external clock device.To verify it's accuracy I'm running ntpd as a server, and have another server monior the first as a client. This allows me to compare the offset with other 'valid' time servers.The problem is that the monitoring client keeps synchronising with my development server. How can I configure either the dev. server or the client so that it's time won't be selected as a good time source?The ntp.conf on the dev. server looks like:

Code:
server 127.127.1.0 # local clock
fudge 127.127.1.0 stratum 10

[code]...

View 1 Replies View Related

Ubuntu :: Index Files Failed To Download - Files Ignored / Old Ones Used

Aug 29, 2010

I run update and get this:S

[Code]...

Some index files failed to download, they have been ignored, or old ones used instead.

View 4 Replies View Related

Ubuntu :: Use Clients With Microsoft Server 2008 R2?

Aug 22, 2010

i am a project student and i am purposing an enterprise to change all client OS's to ubuntu, but problem is that enterprise want to stay with server 2008R2(They Dont want to change it). so my job is to make a ubuntu image which can integrate microsoft server 2008 R2. the enterprise want Ubuntu to work with

1. MS Domain/AD
2. MS Proxy Server
3. Radius Server
4. Exchange Server
etc.

i am looking forward to distribute Ubuntu. if said above is possible then how?? which version of ubuntu i have to use?

View 1 Replies View Related

Ubuntu :: Setup VPN Server With Windows Clients?

Mar 15, 2011

I'd like to setup a Linux VPN Server that allows Windows clients to connect. What would I have to do to accomplish this?

View 2 Replies View Related

Ubuntu :: All Ftp Clients Fail To Connect To Any Server?

May 11, 2010

At some point my Ubuntu 9.10 Desktop install has stopped being able to connect via ftp to servers. I have several servers that I have accounts to and I have several ftp clients installed on my system, including gftp, Filezilla, and command line ftp tools. None of them can connect to any of my servers.

Here it is from the command line:

> ftp mywebsite.com
ftp: connect: Connection refused

I can connect fine with my netbook running Ubuntu, only my desktop has this problem, and of course I use my desktop for development. Do I have a firewall running or something that's blocking my outgoing requests over port 21?

View 6 Replies View Related

Server :: How Can Clients Boot From Ftp

Jul 28, 2010

Im having a problem with our pxe environment. We have around 200 clients per server to boot from tftp and when we hit 250 the service just freezes. So, our options are to either add more servers or move to a more robust protocol. Is this feasible?? How can clients boot from ftp?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved