|
When using Krusader or Konquerer or such to connect to ftp://myhost.tld it starts trying anonymous access, and then ask me for my password. the problem is, myhost blocks me after 10 failed attempts to login for my ip, so after transferring some files ...
Started by Midday on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Try using ftp://user:password@myhost.tld as URL..?.
It worked fine.
On Kubuntu.
|
|
From the manual:
Quote: : Be aware of the potential problems involved with running an anonymous FTP server. In particular, you should think twice about allowing anonymous users to upload files. You may find that your FTP site becomes a forum for the trade...
Started by c00kie on
, 8 posts
by 4 people.
Answer Snippets (Read the full thread at freebsd):
You should review the file, and ensure it meets the criteria under which you to other anonymous ....
|
|
To be able to use ReadyNAS Remote on my iPhone it seems that anonymous FTP has to be enabled on my NAS (Pioneer Pro). Isn't this a HUGE security issue. With anonymous FTP on my shares anyone can access them. There must be a more secure way of gaining ...
Started by Prylbogen on
, 8 posts
by 5 people.
Answer Snippets (Read the full thread at readynas):
According....
I'm not able to connect if I change FTP from anonymous to user on my NAS (Error 221 Goodbye).
Gt; Standard File Protocols > FTP in Frontview, to disable allowing anonymous access first Thanks for the answers.
|
Ask your Facebook Friends
|
Hello
How do you deactivate anonymous FTP on this server? A customer of ours tells us it is activated for all the domains on this server.
Is this something that can be done with WHM?
Thanks
Started by Peter_W on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at webhostingtechsupport):
The tech support team,
Sun Hosting
http://www.sunhosting.ca OK, I got it, thanks .
Hello Peter,
This can be easily configured in WHM >> FTP Server Configuration, under "Allow Anonymous Logins".
|
|
Hello and first of all, thanks for the excellent software.
I am hosting files that do not have sensitive information but I am currently using username and password authentication.
Is there a security risk by using anonymous ftp instead?
Started by ftp4td on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at filezilla-project):
Thanks..
None that I am aware of.
|
|
Here are some anonymous logins I found while scanning a dreamhost ip address range. I haven't looked into anything really yet, but share if you find something interesting
I did this out of boredom, and I found a couple of interesting sites. Attachments...
Started by Draigun on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at swgohome):
|
|
Hi there,
I am trying to setup an anonymous user account on our server to enable people to downlaod technical manuals for our products etc. and I would like this to be as secure as possible!
I was just wondering if anyone knew a series of steps that will...
Started by stukerr on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Try this guide:
http://www.ls-l.net/ftp/
I would look into creating an SFTP account that is locked.
|
|
Hi there,
I am trying to setup an anonymous user account on our server to enable people to download technical manuals for our products etc. and I would like this to be as secure as possible!
I was just wondering if anyone knew a series of steps that will...
Started by stukerr on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Some examples of mod_tls configuration for ProFTPd could be found here .
To you FTP site.
|
|
I have FTP Perl script and I want to make sure whether the file transfer is complete by checking the number of bytes that are transfered to the remote server is equal to the actual bytes of the file in the local server. How could i accomplish this?
Here...
Started by benjamin button on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Code:
my $host="127.0.0.1"; my $user="anonymous"; my $pw = "asdfsf"; my $path="pub"; my $file="file"; my $ftp = Net::FTP->new($host, Debug => 0) or die "Could not connect to '$host': $@"; $....
After transfer may be different.
|
|
I have an FTP account created and it works fine with an FTP client but won't work with IE. If I remember correctly IIS6 let you do this with no problems, is there a rule or setting I am missing?
I currently have 1 Allow rule for a specific user and 1 ...
Started by Max Fraser on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Verify FTP and Firewall settings are good..
You can check this post Out Of Band FTP 7 shows "Operation timed out" ..
IE removed this functionality for 7.0.
Computer.
|