Displaying 20 results from an estimated 1000 matches similar to: "Capturing ftp reponses"
2011 Jun 02
1
[SOLVED] Re: Capturing ftp reponses
On Thu, June 2, 2011 15:23, James B. Byrne wrote:
>
> However, the first line that I find in the logging file is the
> results of the dir command following the user command. Can someone
> tell me how I can capture and log the initial response to the ftp
> connection?
I since discovered that to capture remote host responses one must
specify the -v (verbose) option to the ftp
2024 Jun 25
3
An Analysis of the DHEat DoS Against SSH in Cloud Environments
On Wed, 2024-06-19 at 16:11 -0400, Joseph S. Testa II wrote:
> I suppose in the next few days, I'll try reproducing my original
> steps
> with the new version and see what happens.
I managed to do some limited testing with a local VM, and the results
are... interesting.
I installed openssh-SNAP-20240626.tar.gz on a fresh and fully-updated
Ubuntu Linux 24.04 LTS VM with 1 vCPU.
2010 Oct 04
1
Simultaneous equation with one ordinal reponses
Dear R users,
I had a research question which involves a simultaneous equation system, one
is the common continuous dependent variable, y1, say wage, or log wage,
another one is a latent variable, y*, which I only observe up to a ordinal
scale, say attitudes toward a problem, taking values as y2= 1, 2, 3 or 4.
Both of them have other exogeneious variables. I have been search on
internet for
2007 Mar 17
1
Monitoring reponses
Hi,
Using Rails and Mongrel. While serving downloads, conditioned on
verification of a key done in Rails, I would like to register when
the response has been in its entirety to the client, as well as when
the transfer was interrupted due to a client closing the connection.
How can I achieve this?
Christian
2024 Jun 27
1
An Analysis of the DHEat DoS Against SSH in Cloud Environments
I'd like to withdraw the last set of metrics I reported. I couldn't
reproduce some of them, and I suspect I made a mistake during testing.
Being more careful this time, I set up another fully updated Ubuntu
24.04 VM with 4 vCPUs running openssh-SNAP-20240628.tar.gz with all
defaults unchanged.
When running using "ssh-audit.py --conn-rate-test=16 target_host", the
system idle
2007 Jan 16
3
dovecot imap logging capabilities
Hello,
I have searched but have not found any information on logging imap
actions. I want to log when someone uses imap to delete, move, copy, etc.
This would greatly help me when someone deletes an email and asks where it
went. I get this fairly often from a few users. Any help would be greatly
appreciated.
Thank you,
Michael A. Painter Jr.
-------------- next part
2001 Jul 25
2
WINE Fonts
I was wondering if someone had some X11 fonts that look like windows
font? or the configuration libes to add into .wine/config to get them.
I tryed to add "New Times Roman" = "-adobe-times-" but wine just
crashed.
2011 Jul 11
1
curlftpfs
CentOS-5.6
fuse-2.7.4-8.el5
fuse-curlftpfs-0.9.1-1.el5.rf
I am trying to mount an ftp connection as a local file system using
fuse and curlftpfs. I can connect to the remote system (an HP3000
running MPEiX 7.5) and the directory seems to mount but I cannot use
it. What I get is an Input/output error:
$ curlftpfs -v hahp3k01.harte-lyne.ca tmp/hp3000
* About to connect() to
2005 Dec 12
1
Wine 0.9.3: Painter 7 and Classic Painter problems
Sorry if this post turns up a second time, I used a wrong e-mail account
for the previous one by mistake.
I have recently installed Wine 0.9.3 and subsequently tried to set up
Painter 7, an application I have used successfully with several versions
of Wine before. On this version it won't install anymore; after asking
for the serial number it freezes. It's an update version, if that
2006 Sep 20
2
Lost associations
I have a plugin which does something like this for different
associations:
belongs_to_klass.send(:belongs_to, belongs_to_name)
This works fine for the first page request in mongrel/webrick, but the
associations are lost on/by the next page request. Any ideas?
Thanks :o)
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this
2013 Oct 15
1
plotting a marginal distribution on the plane behind a persp() plot
R'istas:
I am trying to plot a marginal distribution on the plane behind a persp() plot. My existing code is:
library(MASS)
X <- mvrnorm(1000,mu=c(0,0),Sigma=matrix(c(1,0,0,1),2))
X.kde <- kde2d(X[,1],X[,2],n=25) # X.kde is list: $x 1*n, $y 1*n, $z n*n
persp(X.kde,phi=30,theta=60,xlab="x_b",ylab="x_a",zlab="f") ->res
Any suggestions are very
2001 Aug 22
2
Wine without a Windows partition
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Is it possible to setup wine without a Windows partition? I have a Debian 2.2-r2 system
and want to run a few Windows apps, mostly games, but don't want to go through all the
bs of resizing a partition, creating a new one and putting Windows on my laptop. Any
chance of being able to do it without a dedicated partition?
- --
Darryl L. Pierce
2006 Feb 17
1
validate() with has_many association
I''m creating a simple portfolio site for a painter. I have a painting
and an image model with following relationship:
Painting
has_many :images
Image
belongs_to :painting
On the edit screen the user can edit the Painting data as well as upload
pictures for a thumbnails and full size image. The Image model extracts
filename, width, and height from the uploaded file, saves those
2006 Feb 08
1
Baysian model averaging method
HI, List
I want to know weather any body has used BMA Package for model averaging for prediction of future values.....What are the paprmeters we have to suplly to the model. Any script for the same.
thanks in advance
ANIL KUMAR( METEOROLOGIST)
LRF SECTION
NATIONAL CLIMATE CENTER
ADGM(RESEARCH)
INDIA METEOROLOGICAL DEPARTMENT
SHIVIJI NAGAR
PUNE-411005 INDIA
MOBILE +919422023277
2004 Nov 22
2
[LLVMdev] Memory leaks revisited (and many fixed)
Chris Lattner wrote:
>>The four leaks are caused by the ConstantBool::True
>>and ConstantBool::False (1 for each object + 1 for the use list dummy) -
>> unfortunately they are not so easy to wrap with accessor functions
>>since they are public member variables of the ConstantBool class... If
>>only everyone used the ConstantBool::get() there would be no problem,
2019 Sep 03
4
Dovecot and Apple's Mail.app not playing nicely?
Hi all,
Is there anything cute one has to take into account when using Dovecot with users of Apple?s Mail.app?
Behavior I?m seeing is that if I delete or move messages via Webmail (Roundcube, Horde, or even ActiveSync
via Mail.app on my phone), they do get moved or deleted. However, if I take the same actions in the desktop
mail client, when logging in to the Webmail (or phone) app, I see the
2000 Aug 23
14
Test snapshot
I have just tarred up a snapshot and uploaded it to:
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000823.tar.gz
The snapshot incorporates the last month's fixes and enhancements from
the openssh-unix-dev mailing list and from the OpenBSD developers.
In particular:
- ssh-agent and ssh-add now handle DSA keys. NB. this does not interop
with ssh.com's ssh-agent. (Markus Friedl)
2009 Feb 03
2
[Bug 574] New: nf_conntrack_ftp.c ignores RFC 1123 regarding parentheses in FTP passive mode message 227
http://bugzilla.netfilter.org/show_bug.cgi?id=574
Summary: nf_conntrack_ftp.c ignores RFC 1123 regarding
parentheses in FTP passive mode message 227
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component:
2002 Nov 06
5
ftp port 24562 pasv doesnt work, no logging
Hi,
I have a cisco sdsl modem to connect to internet via eth1 (192.168.1.2)
local is eth0 (192.168.2.254)
default gw is 192.168.1.1
the cisco forwards all incoming ports to 192.168.1.2.
I connect from outside on port 24562, login is successfull, the
ftpserver gives back the external Ip of the cisco as pasv IP to the
client (its a setting in the ftpserver). It gives an ip from the pasv
range I
2006 Apr 23
1
Question about bicreg
Dear Adrian and Ian (and r-helpers),
I encountered a curious result in developing an example using the bicreg
function in the BMA package: I noticed that pairs of models with equal R^2
and equal numbers of predictors had nevertheless different BIC values.
Looking at the bicreg function, the definition of BIC appears to be the
usual one, or close to it [bic <- n * log(1 - r2/100) + (size - 1) *