i am sandeep, a new mwmmber of this group, while running my program i came across a ftp error,when i tried to search for the same i came across this group, i thought some one here can help me out ,
my perl progarm tries to ftp into device but it is not able to where as i can do the same with same user name and password through the cmd line.
the details follows:-
sub PrepZyXEL {
my %FTP_Config = ( Debug => 0, Timeout => 30 ); my %Common_cfg = ( User => 'admin', # overwrite anonymous user default Pass => '1234', # overwrite list@... pass default Dir => ' ', # overwrite slash
default Type => ' I ' # overwrite I (binary) default ); my $FTP = Net::FTP::Common->new(\%FTP_Config, \%Common_cfg); &Debug($FTP); my $Host = "192.168.1.1"; my ($SrcFile, $CopyOp,$Error, $ConfFile);
# can we login to the machine? print "Attempting to access host: $Host\r\n"; if (! $FTP->login($Host)) { $Error = "Error, access device at $Host check cables and make sure device is defaulted"; &ReturnResults($Error); &Debug($Error); die $Error; }
....
...
....
}
when i run this program i get the error as :-
Release IP Address for TestNIC Renew IP Address for TestNIC Attempting to access host: 192.168.1.1 Net::FTP>>> Net::FTP(2.72) Net::FTP>>> Exporter(5.562) Net::FTP>>> Net::Cmd(2.24) Net::FTP>>> IO::Socket::INET(1.25) Net::FTP>>> IO::Socket(1.26) Net::FTP>>> IO::Handle(1.21) Net::FTP: Unexpected EOF on command channel at zyxel.pl line 43 FATAL: attempt to create Net::FTP session failed. Most likely reason for this is lack of internet connectivity.
I am still new to this filed, i belive they are many people in this group with expertise in this field can some one help me out of this situation, its critical for me to get this thing going.
Dear Professionals,
We Career Soft Solutions, a Leading Consultancy Group, have some of
the Top IT Companies across India as our Client base. We are taking
care of the Manpower requirements and Consultancy Services to the Top
Organisations.
Urgent Java Unix Scripting (3 - 5 Yrs) openings @ MNC Chennai
Education Qualification must be Any Science Degree
I) REQUIREMENT: Java Technology
1) Java, Unix or sun solaris, Oracle, Perl
2) Java, Unix or sun solaris, Oracle, C - 5 Years Lead Position
3) Java, Unix or sun solaris, Oracle
4) Java, Oracle, ODBC, Unix or Sun Solaris
5) Java, Unix or sun solaris, Oracle,C
6) Java, Unix or sun solaris, Oracle
7) J2ee, Java, LDAP, Unix or sun solaris
8) J2ee, Java, LDAP, Unix or sun solaris , C
9) Java, J2ee, Unix or sun solaris
Experience : 3 + Years
Candidate must be an efficient Team player
Good Interpersonal skills.
Good communication.
Give the following details
1. Candidate Contact Details
2. Current Salary ( Lak / Ann )
3. Expected Salary ( Lak / Ann )
4. Willing To Relocate
5. Notice Period ( Days )
REQUEST : DONT CLICK REPLY BUTTON AND ATTACH YOUR PROFILE. PLS DO
SEND ME A SEPARATE MAIL ATTACHING YOUR PROFILE IN WORD DOCUMENT
FORMAT.
Send resume to pradeepk_css@... at the earliest
call 9841567216 Chennai
Online in Yahoo Chat ID: pradeepcss
Kindly refer your friends for the same above openings.
With best regards,
pradeep
Career Soft Solutions
Chennai
Ph: 9841567216
I had really high interest rates on my home loan.
I saved thousands of dollars on home payments.
And you can too. Interest rates are as low as can be,
And Yes Even you can take advantage of this.
This is how.
Stop in and fill out this thirty-second form, to
Begin the money saving process.
http://aaaquotes.sites.cc
Get a 100% free custom quote even
If you have bad credit. Our specialists will
Work with you exclusively to save you the most money possible.
This email was sent because you joined our group.
If you do not wish to recieve any emails, unsubscribe.
by sending a mail here net-ftp-common-unsubscribe@yahoogroups.com
I was really far into debt.
Like Most I was in Financial dispair.
I could not seem to get ahead no matter how hard I tried.
Untill I found this place.
http://abchelp.4ever.cc
If you are in debt they can help you out.
Check them out today I did.
This email was sent because you joined our group.
If you do not wish to recieve any emails, unsubscribe.
by sending a mail here net-ftp-common-unsubscribe@yahoogroups.com
Hello everyone.
I'm wondering if there is a way to prevent any of the output from
the Net-FTP-Common. I've changed the Debug value to 0, and that
removed much of the output. Is there anything else I can do to
prevent the other output from displaying?
Thanks,
Paul
This list is for discussing Net::FTP::Common, an extension of Net::FTP.
For questions about Net::FTP, you are referred to the Net::FTP mailing list:
http://lists.perl.org/showlist.cgi?name=perl-libnet
But via the Net::FTP ->support() and ->quot() commands you should be
able to do what you want assuming that
the remote server supports the command.
>I wrote an FTP client that transfers files from a Win2K box to an AIX
>box. I need to 'ascii' mode to get rid of the CRLF right? how do I
>do that, what is the syntax.
>
>Here is the portion of the code that does the FTP
>
> $ftp = Net::FTP->new("$Server", Debug => 0);
> $ftp->login("mqm","$Pwd",) || die "no login";
> $ftp->cwd("/var/mqm/mqsc/stage")|| die "no login";
> $ftp->put("C:\\Jobs\\staging\\$File" )|| die "no login";
> $ftp->quit;
>
>also I was wondering if it is possible to chmod the file using this
>FTP module?
>
>Any help would be appreciated.
>
>Thanks,
>
>John
>
>
>
>To unsubscribe from this group, send an email to:
>net-ftp-common-unsubscribe@yahoogroups.com
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>
I wrote an FTP client that transfers files from a Win2K box to an AIX
box. I need to 'ascii' mode to get rid of the CRLF right? how do I
do that, what is the syntax.
Here is the portion of the code that does the FTP
$ftp = Net::FTP->new("$Server", Debug => 0);
$ftp->login("mqm","$Pwd",) || die "no login";
$ftp->cwd("/var/mqm/mqsc/stage")|| die "no login";
$ftp->put("C:\\Jobs\\staging\\$File" )|| die "no login";
$ftp->quit;
also I was wondering if it is possible to chmod the file using this
FTP module?
Any help would be appreciated.
Thanks,
John
Hi nsyed . Welcome to the group. Feel free to post any messages.
>Hello,
>
>This is an automated email message to let you know that
>nsyed777 <nsyed777@...> joined your net-ftp-common
>group.
>
>Your group is currently configured to send you email
>notification whenever a new member joins. To turn off
>notification, visit
>
>http://groups.yahoo.com/group/net-ftp-common/join
>
>Thank you for choosing Yahoo! Groups as your email group
>service for the net-ftp-common group.
>
>Regards,
>
>Yahoo! Groups Customer Care
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>
>
>
>
>
----- Original Message -----
From: "Paul Walker" <pl_walker@...>
> OK, sorry if I am being naive, but I'm ... er ... well
> naive.
>
no problem.
> Here's what I did. I unzipped to a file and opened a
> command window and entered the following commands:
>
> perl makefile.pl
> nmake
> nmake test
> nmake install
>
I have never used nmake, but that seems ok to me... as long as make test
passed you are fine.
> It seemed to work OK, but I can't see the module in my
> PPM. Shouldn't it be there? Do I need to run another
> command?
>
PPM can't see it because you didn't do PPM install. But as long as the test
suite works it will run just fine.
> Sorry to bother you, but I'm at a loss, and everything
> I find on google is not helping.
>
No problem, glad to help. I probably should've put in an option to
automatically use the old API based on how new() is called.
Thanks a bunch for all your help. I'm a little
embarrassed to admit that I didn't think of archiving
these versions here when we first installed them. We
should be able to work with one of the zip files you
send.
Thanks again,
Paul
--- Terrence Brannon <blessed@...> wrote:
> I dont usually check this mailing list at work (Los
> Angeles), so if you
> need help, you can call me or
> email my work email:
>
> tbone@...
> 310-403-1987 (cell).
>
> If you call, I only answer if I can see where the
> call is coming from,
> but I do chek voicemail in all cases.
>
>
>
> ------------------------ Yahoo! Groups Sponsor
>
> To unsubscribe from this group, send an email to:
> net-ftp-common-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
I dont usually check this mailing list at work (Los Angeles), so if you
need help, you can call me or
email my work email:
tbone@...
310-403-1987 (cell).
If you call, I only answer if I can see where the call is coming from,
but I do chek voicemail in all cases.
It just occurred to me that you might be more familiar with zip files
since you are a windows user.
Zip file of 1.9 attached.
I deleted 1.9 from CPAN a long time ago and you are never allowed to
upload a file with the same version twice,
But a google search turned up a site that had 1.9.
I presume you know how to manually instally a module by copying it in
the @INC. If not, just email and I will respond with instructions.
pl_walker wrote:
>Mr. Brannon,
>
>I've got a bit of a problem. We're using Net-FTP-Common at work to
>send out FTP reports to external customers. We've probably got 20+
>scripts that use FTP. When we started this, I downloaded the
>current version from Active State, version 1.9
>
I'm glad to hear you are getting good use from it.
>One of the main differences between the versions (unless I am
>mistaken) is the order of the parameters passed when creating a new
>instance. Since they've switched, the part of the script that
>actually creates and sends the FTP is different when I test on my
>machine than what is being run in production.
>
Ouch, that change was made to ease transition from Net::FTP scripts.
>Because of the red tape involved in getting the server updated as
>well as the effort required to change all our scripts, my bosses
>have decided not to install the new version at this time. Is there
>any way I can 1) get the older versions zip file or 2) use a
>workaround for this problem.
>
>
I have attached version 1.9 and will try to upload it
to CPAN now also just in case someone else has a similar problem.
Mr. Brannon,
I've got a bit of a problem. We're using Net-FTP-Common at work to
send out FTP reports to external customers. We've probably got 20+
scripts that use FTP. When we started this, I downloaded the
current version from Active State, version 1.9
When my PC was refreshed by our site support folks, I discovered
that we didn't have the original zip files. So I downloaded the
then current version from Active State, version 2.9
One of the main differences between the versions (unless I am
mistaken) is the order of the parameters passed when creating a new
instance. Since they've switched, the part of the script that
actually creates and sends the FTP is different when I test on my
machine than what is being run in production.
Because of the red tape involved in getting the server updated as
well as the effort required to change all our scripts, my bosses
have decided not to install the new version at this time. Is there
any way I can 1) get the older versions zip file or 2) use a
workaround for this problem.
Thanks for you help and for the wonderful product.
Paul Walker
Hi, I believe I found what the problem was. I created a test case for it and am uploading the new version to CPAN. I have attached it.
If you have a second, please let me know if it works.
Thanks
Ramesh R Penugonda <rpenugonda@...> wrote:
Thanks for replying to my mail. I did the 'print "LISTING: @listing";' and able to get the o/p 'LISTING: /FTP-Policies.html. The other thing is I am able to download the same file using the Net::FTP (get) package. I think may be I am passing the parameters incorrectly Thanks a Lot for replying Ramesh
Hi Ramesh, I dont have a computer right now, but it looks like you are trying to download a file which does not exist. of course, this should not lead to an error, but I wont be able to fix this until I can get to a machine, probably not for a week or two.
How about if you did a
print
"LISTING: @listing";
right after you got the listing
--- Ramesh R Penugonda wrote: > Hello, > > I don't know whether I can Email you or not > regarding this problem but I > am any inconvenience caused to you sorry. I am using > Net::FTP::Common I > am using version 2.9. I am having a weird problem I > am able to login a > an user and browse through the directories get the > listing etc ..but > when I try to 'get' a file it errors out saying > "error at line 243 > Common.pm".I am enclosing both the output (Debug 1) > and the small code I > wrote. Any help would be greatly appreciated. > > Ramesh > > > #!/usr/bin/perl > use Net::FTP::Common; > our %netftp_cfg = (Debug => 1 ,Timeout => 120); > our %Common_cfg = (User =>'xxxx',Pass > =>'xxx',LocalDir =>'/tmp',Host
=>'ftp.nac-mi.com', > RemoteDir => '/', Type => 'I'); > $ftp = > Net::FTP::Common->new(\%Common_cfg,%netftp_cfg); > $ftp->login or die "CANNOT LOGIN"; > @listing = $ftp->ls; > for $e (@listing) > { > print "$e \n"; > } > $ftp->get(RemoteFile=>"FTP-Policies.html");> Net::FTP>>> Net::FTP(2.71) > Net::FTP>>> Exporter(5.562) > Net::FTP>>> Net::Cmd(2.24) > Net::FTP>>> IO::Socket::INET(1.25) > Net::FTP>>> IO::Socket(1.26) > Net::FTP>>> IO::Handle(1.21) > Net::FTP=GLOB(0x82e2c90)<<< > 220-################################################ > ########################## > Net::FTP=GLOB(0x82e2c90)<<< 220-# > Net::FTP=GLOB(0x82e2c90)<<< 220-# This FTP site is > restricted to authorized use > rs for legitimate > Net::FTP=GLOB(0x82e2c90)<<<
220-# business purposes > and is subject to audit. T > he unauthorized access, > Net::FTP=GLOB(0x82e2c90)<<< 220-# use, or > modification of computer systems or t > he data contained > Net::FTP=GLOB(0x82e2c90)<<< 220-# therein or in > transit to/from, may be illegal > . > Net::FTP=GLOB(0x82e2c90)<<< 220-# > Net::FTP=GLOB(0x82e2c90)<<< 220-# NOTE: When > placing files on this server, rem > ember to Stuff (.sit), > Net::FTP=GLOB(0x82e2c90)<<< 220-# BinHex (.hqx, > .bin), or Zip (.zip) your files > to prevent corruption. > Net::FTP=GLOB(0x82e2c90)<<< 220-# > Net::FTP=GLOB(0x82e2c90)<<< 220-# If you need > access to this system, you will b > e required to request > Net::FTP=GLOB(0x82e2c90)<<< 220-# a login and > password from us directly. Anony > mous access to this >
Net::FTP=GLOB(0x82e2c90)<<< 220-# site is no longer > supported or allowed. If y > ou require the utilities > Net::FTP=GLOB(0x82e2c90)<<< 220-# to compress or > decompress files that have or > will be placed on this > Net::FTP=GLOB(0x82e2c90)<<< 220-# server, they may > be downloaded from the appro > priate Utilities folder > Net::FTP=GLOB(0x82e2c90)<<< 220-# (Mac or PC). > Net::FTP=GLOB(0x82e2c90)<<< 220-# > Net::FTP=GLOB(0x82e2c90)<<< 220-# NAC makes no > claims or guarentees the integri > ty of these files. > Net::FTP=GLOB(0x82e2c90)<<< 220-# Use them at your > own risk. > Net::FTP=GLOB(0x82e2c90)<<< > 220-################################################ > ########################## > Net::FTP=GLOB(0x82e2c90)<<< 220- > Net::FTP=GLOB(0x82e2c90)<<< 220- >
Net::FTP=GLOB(0x82e2c90)<<< 220 ftp.nac-mi.com FTP > server (Version wu-2.6.2(10) > Tue Mar 11 11:53:05 EST 2003) ready. > Net::FTP=GLOB(0x82e2c90)>>> user nacpublic > Net::FTP=GLOB(0x82e2c90)<<< 331 Password required > for nacpublic. > Net::FTP=GLOB(0x82e2c90)>>> PASS .... > Net::FTP=GLOB(0x82e2c90)<<< 230 User nacpublic > logged in. Access restrictions a > pply. > Net::FTP=GLOB(0x82e2e4c)<<< > 220-################################################ > ########################## > Net::FTP=GLOB(0x82e2e4c)<<< 220-# > Net::FTP=GLOB(0x82e2e4c)<<< 220-# This FTP site is > restricted to authorized use > rs for legitimate > Net::FTP=GLOB(0x82e2e4c)<<< 220-# business purposes > and is subject to audit. T > he unauthorized access, > Net::FTP=GLOB(0x82e2e4c)<<< 220-# use, or >
modification of computer systems or t > he data contained > Net::FTP=GLOB(0x82e2e4c)<<< 220-# therein or in > transit to/from, may be illegal > . > Net::FTP=GLOB(0x82e2e4c)<<< 220-# > Net::FTP=GLOB(0x82e2e4c)<<< 220-# NOTE: When > placing files on this server, rem > ember to Stuff (.sit), > Net::FTP=GLOB(0x82e2e4c)<<< 220-# BinHex (.hqx, > .bin), or Zip (.zip) your files > to prevent corruption. > Net::FTP=GLOB(0x82e2e4c)<<< 220-# > Net::FTP=GLOB(0x82e2e4c)<<< 220-# If you need > access to this system, you will b > e required to request > Net::FTP=GLOB(0x82e2e4c)<<< 220-# a login and > password from us directly. Anony > mous access to this > Net::FTP=GLOB(0x82e2e4c)<<< 220-# site is no longer > supported or allowed. If y > ou require the utilities >
Net::FTP=GLOB(0x82e2e4c)<<< 220-# to compress or > decompress files that have or > will be placed on this > Net::FTP=GLOB(0x82e2e4c)<<< 220-# server, they may > be downloaded from the appro > priate Utilities folder > Net::FTP=GLOB(0x82e2e4c)<<< 220-# (Mac or PC). > Net::FTP=GLOB(0x82e2e4c)<<< 220-# > Net::FTP=GLOB(0x82e2e4c)<<< 220-# NAC makes no > claims or guarentees the integri > ty of these files. > Net::FTP=GLOB(0x82e2e4c)<<< 220-# Use them at your > own risk. > Net::FTP=GLOB(0x82e2e4c)<<< > 220-################################################ > ########################## > Net::FTP=GLOB(0x82e2e4c)<<< 220- > Net::FTP=GLOB(0x82e2e4c)<<< 220- > Net::FTP=GLOB(0x82e2e4c)<<< 220 ftp.nac-mi.com FTP > server (Version wu-2.6.2(10) > Tue Mar 11 11:53:05 EST 2003) ready. >
Net::FTP=GLOB(0x82e2e4c)>>> user nacpublic > Net::FTP=GLOB(0x82e2e4c)<<< 331 Password required > for nacpublic. > Net::FTP=GLOB(0x82e2e4c)>>> PASS .... > Net::FTP=GLOB(0x82e2e4c)<<< 230 User nacpublic > logged in. Access restrictions a > pply. > Net::FTP=GLOB(0x82e2e4c)>>> CWD / > Net::FTP=GLOB(0x82e2e4c)<<< 250 CWD command > successful. > Net::FTP=GLOB(0x82e2e4c)>>> TYPE I > Net::FTP=GLOB(0x82e2e4c)<<< 200 Type set to I. > Net::FTP=GLOB(0x82e2e4c)>>> PORT 10,0,0,21,185,7 > Net::FTP=GLOB(0x82e2e4c)<<< 200 PORT command > successful. > Net::FTP=GLOB(0x82e2e4c)>>> NLST > Net::FTP=GLOB(0x82e2e4c)<<< 150 Opening BINARY mode > data connection for file lis > t. > Net::FTP=GLOB(0x82e2e4c)<<< 226 Transfer complete. > FTP-Policies.html >
Net::FTP=GLOB(0x82e647c)<<< > 220-################################################ > ########################## > Net::FTP=GLOB(0x82e647c)<<< 220-# > Net::FTP=GLOB(0x82e647c)<<< 220-# This FTP site is > restricted to authorized use > rs for legitimate > Net::FTP=GLOB(0x82e647c)<<< 220-# business purposes > and is subject to audit. T > he unauthorized access, > Net::FTP=GLOB(0x82e647c)<<< 220-# use, or > modification of computer systems or t > he data contained > Net::FTP=GLOB(0x82e647c)<<< 220-# therein or in > transit to/from, may be illegal > . > Net::FTP=GLOB(0x82e647c)<<< 220-# > Net::FTP=GLOB(0x82e647c)<<< 220-# NOTE: When > placing files on this server, rem > ember to Stuff (.sit), > Net::FTP=GLOB(0x82e647c)<<< 220-# BinHex (.hqx, > .bin), or Zip (.zip) your files >
to prevent corruption. > Net::FTP=GLOB(0x82e647c)<<< 220-# > Net::FTP=GLOB(0x82e647c)<<< 220-# If you need > access to this system, you will b > e required to request > Net::FTP=GLOB(0x82e647c)<<< 220-# a login and > password from us directly. Anony > mous access to this > Net::FTP=GLOB(0x82e647c)<<< 220-# site is no longer > supported or allowed. If y > ou require the utilities > Net::FTP=GLOB(0x82e647c)<<< 220-# to compress or > decompress files that have or > will be placed on this > Net::FTP=GLOB(0x82e647c)<<< 220-# server, they may > be downloaded from the appro > priate Utilities folder > Net::FTP=GLOB(0x82e647c)<<< 220-# (Mac or PC). > Net::FTP=GLOB(0x82e647c)<<< 220-# > Net::FTP=GLOB(0x82e647c)<<< 220-# NAC makes no > claims or guarentees the integri > ty of these
files. > Net::FTP=GLOB(0x82e647c)<<< 220-# Use them at your > own risk. > Net::FTP=GLOB(0x82e647c)<<< > 220-################################################ > ########################## > Net::FTP=GLOB(0x82e647c)<<< 220- > Net::FTP=GLOB(0x82e647c)<<< 220- > Net::FTP=GLOB(0x82e647c)<<< 220 ftp.nac-mi.com FTP > server (Version wu-2.6.2(10) > Tue Mar 11 11:53:05 EST 2003) ready. > Net::FTP=GLOB(0x82e647c)>>> user nacpublic > Net::FTP=GLOB(0x82e647c)<<< 331 Password required > for nacpublic. > Net::FTP=GLOB(0x82e647c)>>> PASS .... > Net::FTP=GLOB(0x82e647c)<<< 230 User nacpublic > logged === message truncated ===
===== -- Terrence Brannon Carter's Compass: "I know I'm on the right track when by deleting something I'm adding functionality."
__________________________________ Do
you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
-- Terrence Brannon Carter's Compass: "I know I'm on the right track when by deleting something I'm adding functionality."
Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!
Hi Ramesh, I dont have a computer right now, but it
looks like you are trying to download a file which
does not exist. of course, this should not lead to an
error, but I wont be able to fix this until I can get
to a machine, probably not for a week or two.
How about if you did a
print "LISTING: @listing";
right after you got the listing
--- Ramesh R Penugonda <rpenugonda@...> wrote:
> Hello,
>
> I don't know whether I can Email you or not
> regarding this problem but I
> am any inconvenience caused to you sorry. I am using
> Net::FTP::Common I
> am using version 2.9. I am having a weird problem I
> am able to login a
> an user and browse through the directories get the
> listing etc ..but
> when I try to 'get' a file it errors out saying
> "error at line 243
> Common.pm".I am enclosing both the output (Debug 1)
> and the small code I
> wrote. Any help would be greatly appreciated.
>
> Ramesh
>
> > #!/usr/bin/perl
> use Net::FTP::Common;
> our %netftp_cfg = (Debug => 1 ,Timeout => 120);
> our %Common_cfg = (User =>'xxxx',Pass
> =>'xxx',LocalDir =>'/tmp',Host =>'ftp.nac-mi.com',
> RemoteDir => '/', Type => 'I');
> $ftp =
> Net::FTP::Common->new(\%Common_cfg,%netftp_cfg);
> $ftp->login or die "CANNOT LOGIN";
> @listing = $ftp->ls;
> for $e (@listing)
> {
> print "$e \n";
> }
> $ftp->get(RemoteFile=>"FTP-Policies.html");>
Net::FTP>>> Net::FTP(2.71)
> Net::FTP>>> Exporter(5.562)
> Net::FTP>>> Net::Cmd(2.24)
> Net::FTP>>> IO::Socket::INET(1.25)
> Net::FTP>>> IO::Socket(1.26)
> Net::FTP>>> IO::Handle(1.21)
> Net::FTP=GLOB(0x82e2c90)<<<
> 220-################################################
> ##########################
> Net::FTP=GLOB(0x82e2c90)<<< 220-#
> Net::FTP=GLOB(0x82e2c90)<<< 220-# This FTP site is
> restricted to authorized use
> rs for legitimate
> Net::FTP=GLOB(0x82e2c90)<<< 220-# business purposes
> and is subject to audit. T
> he unauthorized access,
> Net::FTP=GLOB(0x82e2c90)<<< 220-# use, or
> modification of computer systems or t
> he data contained
> Net::FTP=GLOB(0x82e2c90)<<< 220-# therein or in
> transit to/from, may be illegal
> .
> Net::FTP=GLOB(0x82e2c90)<<< 220-#
> Net::FTP=GLOB(0x82e2c90)<<< 220-# NOTE: When
> placing files on this server, rem
> ember to Stuff (.sit),
> Net::FTP=GLOB(0x82e2c90)<<< 220-# BinHex (.hqx,
> .bin), or Zip (.zip) your files
> to prevent corruption.
> Net::FTP=GLOB(0x82e2c90)<<< 220-#
> Net::FTP=GLOB(0x82e2c90)<<< 220-# If you need
> access to this system, you will b
> e required to request
> Net::FTP=GLOB(0x82e2c90)<<< 220-# a login and
> password from us directly. Anony
> mous access to this
> Net::FTP=GLOB(0x82e2c90)<<< 220-# site is no longer
> supported or allowed. If y
> ou require the utilities
> Net::FTP=GLOB(0x82e2c90)<<< 220-# to compress or
> decompress files that have or
> will be placed on this
> Net::FTP=GLOB(0x82e2c90)<<< 220-# server, they may
> be downloaded from the appro
> priate Utilities folder
> Net::FTP=GLOB(0x82e2c90)<<< 220-# (Mac or PC).
> Net::FTP=GLOB(0x82e2c90)<<< 220-#
> Net::FTP=GLOB(0x82e2c90)<<< 220-# NAC makes no
> claims or guarentees the integri
> ty of these files.
> Net::FTP=GLOB(0x82e2c90)<<< 220-# Use them at your
> own risk.
> Net::FTP=GLOB(0x82e2c90)<<<
> 220-################################################
> ##########################
> Net::FTP=GLOB(0x82e2c90)<<< 220-
> Net::FTP=GLOB(0x82e2c90)<<< 220-
> Net::FTP=GLOB(0x82e2c90)<<< 220 ftp.nac-mi.com FTP
> server (Version wu-2.6.2(10)
> Tue Mar 11 11:53:05 EST 2003) ready.
> Net::FTP=GLOB(0x82e2c90)>>> user nacpublic
> Net::FTP=GLOB(0x82e2c90)<<< 331 Password required
> for nacpublic.
> Net::FTP=GLOB(0x82e2c90)>>> PASS ....
> Net::FTP=GLOB(0x82e2c90)<<< 230 User nacpublic
> logged in. Access restrictions a
> pply.
> Net::FTP=GLOB(0x82e2e4c)<<<
> 220-################################################
> ##########################
> Net::FTP=GLOB(0x82e2e4c)<<< 220-#
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# This FTP site is
> restricted to authorized use
> rs for legitimate
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# business purposes
> and is subject to audit. T
> he unauthorized access,
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# use, or
> modification of computer systems or t
> he data contained
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# therein or in
> transit to/from, may be illegal
> .
> Net::FTP=GLOB(0x82e2e4c)<<< 220-#
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# NOTE: When
> placing files on this server, rem
> ember to Stuff (.sit),
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# BinHex (.hqx,
> .bin), or Zip (.zip) your files
> to prevent corruption.
> Net::FTP=GLOB(0x82e2e4c)<<< 220-#
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# If you need
> access to this system, you will b
> e required to request
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# a login and
> password from us directly. Anony
> mous access to this
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# site is no longer
> supported or allowed. If y
> ou require the utilities
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# to compress or
> decompress files that have or
> will be placed on this
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# server, they may
> be downloaded from the appro
> priate Utilities folder
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# (Mac or PC).
> Net::FTP=GLOB(0x82e2e4c)<<< 220-#
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# NAC makes no
> claims or guarentees the integri
> ty of these files.
> Net::FTP=GLOB(0x82e2e4c)<<< 220-# Use them at your
> own risk.
> Net::FTP=GLOB(0x82e2e4c)<<<
> 220-################################################
> ##########################
> Net::FTP=GLOB(0x82e2e4c)<<< 220-
> Net::FTP=GLOB(0x82e2e4c)<<< 220-
> Net::FTP=GLOB(0x82e2e4c)<<< 220 ftp.nac-mi.com FTP
> server (Version wu-2.6.2(10)
> Tue Mar 11 11:53:05 EST 2003) ready.
> Net::FTP=GLOB(0x82e2e4c)>>> user nacpublic
> Net::FTP=GLOB(0x82e2e4c)<<< 331 Password required
> for nacpublic.
> Net::FTP=GLOB(0x82e2e4c)>>> PASS ....
> Net::FTP=GLOB(0x82e2e4c)<<< 230 User nacpublic
> logged in. Access restrictions a
> pply.
> Net::FTP=GLOB(0x82e2e4c)>>> CWD /
> Net::FTP=GLOB(0x82e2e4c)<<< 250 CWD command
> successful.
> Net::FTP=GLOB(0x82e2e4c)>>> TYPE I
> Net::FTP=GLOB(0x82e2e4c)<<< 200 Type set to I.
> Net::FTP=GLOB(0x82e2e4c)>>> PORT 10,0,0,21,185,7
> Net::FTP=GLOB(0x82e2e4c)<<< 200 PORT command
> successful.
> Net::FTP=GLOB(0x82e2e4c)>>> NLST
> Net::FTP=GLOB(0x82e2e4c)<<< 150 Opening BINARY mode
> data connection for file lis
> t.
> Net::FTP=GLOB(0x82e2e4c)<<< 226 Transfer complete.
> FTP-Policies.html
> Net::FTP=GLOB(0x82e647c)<<<
> 220-################################################
> ##########################
> Net::FTP=GLOB(0x82e647c)<<< 220-#
> Net::FTP=GLOB(0x82e647c)<<< 220-# This FTP site is
> restricted to authorized use
> rs for legitimate
> Net::FTP=GLOB(0x82e647c)<<< 220-# business purposes
> and is subject to audit. T
> he unauthorized access,
> Net::FTP=GLOB(0x82e647c)<<< 220-# use, or
> modification of computer systems or t
> he data contained
> Net::FTP=GLOB(0x82e647c)<<< 220-# therein or in
> transit to/from, may be illegal
> .
> Net::FTP=GLOB(0x82e647c)<<< 220-#
> Net::FTP=GLOB(0x82e647c)<<< 220-# NOTE: When
> placing files on this server, rem
> ember to Stuff (.sit),
> Net::FTP=GLOB(0x82e647c)<<< 220-# BinHex (.hqx,
> .bin), or Zip (.zip) your files
> to prevent corruption.
> Net::FTP=GLOB(0x82e647c)<<< 220-#
> Net::FTP=GLOB(0x82e647c)<<< 220-# If you need
> access to this system, you will b
> e required to request
> Net::FTP=GLOB(0x82e647c)<<< 220-# a login and
> password from us directly. Anony
> mous access to this
> Net::FTP=GLOB(0x82e647c)<<< 220-# site is no longer
> supported or allowed. If y
> ou require the utilities
> Net::FTP=GLOB(0x82e647c)<<< 220-# to compress or
> decompress files that have or
> will be placed on this
> Net::FTP=GLOB(0x82e647c)<<< 220-# server, they may
> be downloaded from the appro
> priate Utilities folder
> Net::FTP=GLOB(0x82e647c)<<< 220-# (Mac or PC).
> Net::FTP=GLOB(0x82e647c)<<< 220-#
> Net::FTP=GLOB(0x82e647c)<<< 220-# NAC makes no
> claims or guarentees the integri
> ty of these files.
> Net::FTP=GLOB(0x82e647c)<<< 220-# Use them at your
> own risk.
> Net::FTP=GLOB(0x82e647c)<<<
> 220-################################################
> ##########################
> Net::FTP=GLOB(0x82e647c)<<< 220-
> Net::FTP=GLOB(0x82e647c)<<< 220-
> Net::FTP=GLOB(0x82e647c)<<< 220 ftp.nac-mi.com FTP
> server (Version wu-2.6.2(10)
> Tue Mar 11 11:53:05 EST 2003) ready.
> Net::FTP=GLOB(0x82e647c)>>> user nacpublic
> Net::FTP=GLOB(0x82e647c)<<< 331 Password required
> for nacpublic.
> Net::FTP=GLOB(0x82e647c)>>> PASS ....
> Net::FTP=GLOB(0x82e647c)<<< 230 User nacpublic
> logged
=== message truncated ===
=====
-- Terrence Brannon
Carter's Compass: "I know I'm on the right track when by deleting something I'm
adding functionality."
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
SHAH ALAM,10 Mei-Dua beradik terbunuh selepas kereta kancil yang
dinaiki terbabas sebelum merempuh belakang sebuah lori dijalan
Muhibbah 25/7, Taman Sri Muda, Shah Alam, kira-kira pukul 4.30 petang
semalam.
Polis berkata, kedua-dua mangsa itu ialah M.Saravana kumar, 17
(pelajar)dan adiknya , Vikneswaran, 14 (pelajar).Kedua-dua mereka
berasal dari Taman Sri Muda.
Menurut polis, kedua-dua mangsa yang tersepit itu dikeluarkan
kira-kira 10 minit kemudian dengan bantuan penduduk di sini.
Katanya, kedua-dua mayat telah dihantar ke Hospital Besar Tengku
Ampuan Rahimah untuk dibedah siasat.
i wish i new where at on the web site to get the
usernames passwords port # and ip but i dont if you do
let me know. thanx
--- SaRi AlShEmAl <sari_alshemal@...> wrote:
>
> Hi all
>
> if i connect to someone by open and the ip
>
> How can i know th user name and the passward to
> enter his computer
>
> thank you
>
>
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
what is the loggin and password?
--- Priyalal <pri_a@...> wrote:
> Hi guys,
>
> Firstly, I am new to perl. I am experiencing the
> same issue when I
> try to perform a get. I have tried to follow your
> thread and install
> the module version 2.17, but unfortunately I cannot
> install it since
> I am running on Y2K
>
>
> Net::FTP=GLOB(0x1d3ed84)<<< 220
> slomissunx1-01.emea.egain.com FTP
> server (SunOS 5.8) ready.
> Net::FTP=GLOB(0x1d3ed84)>>> user oracle
> Net::FTP=GLOB(0x1d3ed84)<<< 331 Password required
> for oracle.
> Net::FTP=GLOB(0x1d3ed84)>>> PASS ....
> Net::FTP=GLOB(0x1d3ed84)<<< 230 User oracle logged
> in.
> Net::FTP=GLOB(0x1d3ed84)>>> CWD
> /export/home/oracle/pri
> Net::FTP=GLOB(0x1d3ed84)<<< 250 CWD command
> successful.
> Net::FTP=GLOB(0x1d3ed84)>>> TYPE A
> Net::FTP=GLOB(0x1d3ed84)<<< 200 Type set to A.
> Net::FTP=GLOB(0x1d3ed84)>>> PORT 10,10,85,1,8,172
> Net::FTP=GLOB(0x1d3ed84)<<< 200 PORT command
> successful.
> Net::FTP=GLOB(0x1d3ed84)>>> RETR
> Net::FTP=GLOB(0x1d3ed84)<<< 500 'RETR ': command not
> understood.
> download of to select.log failed at
> C:/Perl/site/lib/Net/FTP/Common.pm line 243.
>
>
> I have looked at the module version and I am using
> 2.9 which is newer
> that the one that you have suggested. Please help.
>
> Regards,
>
> Pri
>
>
>
> --- In net-ftp-common@yahoogroups.com, Terrence
> Brannon
> <metaperl@m...> wrote:
> >
> >
> > Begin forwarded message:
> >
> > > From: Brian Volk <bvolk@b...>
> > > Date: Fri Mar 22, 2002 11:33:29 PM US/Eastern
> > > To: Terrence Brannon <metaperl@m...>
> > > Cc: net-ftp-common@yahoogroups.com
> > > Subject: Re: [Fwd: Net::FTP::Common -
> get(RemoteFile => ?)]
> > >
> > > Hi Mr. Brannon,
> > >
> > > I made the changes you suggested and I was still
> getting the same
> > > error, (500 'RETR ': command not understood.).
> So I installed
> > > the version of Net::FTP::Common that you
> included in your last
> > > email, ....and; viola!! IT WORKS!
> > >
> > > Net::FTP=GLOB(0x82ea164)<<< 220 tonnant FTP
> server (CH/1.8)
> > > ready.
> > > Net::FTP=GLOB(0x82ea164)>>> user bvolk@b...
> > > Net::FTP=GLOB(0x82ea164)<<< 331 Password
> required for bvolk@b...
> > > Net::FTP=GLOB(0x82ea164)>>> PASS ....
> > > Net::FTP=GLOB(0x82ea164)<<< 230 User bvolk
> logged in.
> > > Net::FTP=GLOB(0x82ea164)>>> PWD
> > > Net::FTP=GLOB(0x82ea164)<<< 257 "/" is current
> directory.
> > > Net::FTP=GLOB(0x82ea164)>>> CWD /web
> > > Net::FTP=GLOB(0x82ea164)<<< 250 CWD command
> successful.
> > > Net::FTP=GLOB(0x82ea164)>>> TYPE A
> > > Net::FTP=GLOB(0x82ea164)<<< 200 Type set to A.
> > > Net::FTP=GLOB(0x82ea164)>>> PORT 64,1,2,19,7,88
> > > Net::FTP=GLOB(0x82ea164)<<< 200 PORT command
> successful.
> > > Net::FTP=GLOB(0x82ea164)>>> RETR get_test.txt
> > > Net::FTP=GLOB(0x82ea164)<<< 150 Opening ASCII
> mode data
> > > connection for get_test.txt (59 bytes).
> > > Net::FTP=GLOB(0x82ea164)<<< 226 Transfer
> complete.
> > >
> > >
> > > Not really sure why.... maybe I didn't have a
> complete install on
> > > the old version???? Anyway, thank you very
> mych for your help!
> > > I love it!!!
> > >
> > > Brian
> > > bvolk@b...
> > >
> > >
> > >
> > > Terrence Brannon wrote:
> > >
> > >
> > >
> > >
> > > Here is a version of Net::FTP::Common that will
> dump your status
> > > information
> > > when it reports that error..
> > >
> > > I would be interested in seeing the output from
> such a run if you
> > > are willing
> > > to install this updated version.
> > >
> > >
> > > On Thursday, March 21, 2002, at 05:45 PM, Brian
> Volk wrote:
> > >
> > >
> > > Hello Mr. Brannon,
> > >
> > > I'm trying to have perl get a file from my web
> hosting account.
> > > I searched around and found your
> Net::FTP::Common. I get logged
> > > into my ftp account and can perform the "ls" but
> I get an error
> > > when I try to get a file. Here's the error:
> > >
> > > Net::FTP=GLOB(0x82fc210)<<< 230 User bvolk
> logged in.
> > > Net::FTP=GLOB(0x82fc210)>>> CWD /web
> > > Net::FTP=GLOB(0x82fc210)<<< 250 CWD command
> successful.
> > > Net::FTP=GLOB(0x82fc210)>>> TYPE A
> > > Net::FTP=GLOB(0x82fc210)<<< 200 Type set to A.
> > > Net::FTP=GLOB(0x82fc210)>>> PORT 64,1,0,200,5,34
> > > Net::FTP=GLOB(0x82fc210)<<< 200 PORT command
> successful.
> > > Net::FTP=GLOB(0x82fc210)>>> RETR
> > > Net::FTP=GLOB(0x82fc210)<<< 500 'RETR ': command
> not understood.
> > > download of to get_test.txt failed at
> > > /usr/lib/perl5/site_perl/5.6.0/Net/FTP/Common.pm
> line 243.
> > >
> > > Notice how it says download of (blank) to
> get_test.txt could
> > > this be something?
> > >
> > > ------------- part of Common.pm (line 243)
> -----------------
> > > sub get {
> > >
> > > my ($self,%cfg) = @_;
> > >
> > > my $ftp = $self->prep(%cfg);
> > >
> > > my $r;
> > >
> > > my $file = $self->GetCommon('LocalFile')
> > > ? $self->GetCommon('LocalFile') :
> $self->GetCommon('File') ;
> > > my $local_file = join '/',
> ($self->GetCommon('LocalDir'),
> > > $file);
> > >
> > >
> > > if ($r = $ftp->get($self->GetCommon('File'),
> $local_file)) {
> > > return $r;
> > > } else {
> > > warn sprintf "download of %s to %s failed",
> <-----------
> > > LINE 243
> > > $self->GetCommon('File'),
> $self->GetCommon('LocalFile');
> > > return undef;
> > > }
> > >
> > > -----------------------------------------------
> > >
> > > Looks like everything is working great except
> for the last line.
> > > Any advice you can pass my way would be a
> great help.
> > >
> > > Thanks!
> > >
> > > Brian Volk
> > > bvolk@b...
>
=== message truncated ===
__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
Hi guys,
Firstly, I am new to perl. I am experiencing the same issue when I
try to perform a get. I have tried to follow your thread and install
the module version 2.17, but unfortunately I cannot install it since
I am running on Y2K
Net::FTP=GLOB(0x1d3ed84)<<< 220 slomissunx1-01.emea.egain.com FTP
server (SunOS 5.8) ready.
Net::FTP=GLOB(0x1d3ed84)>>> user oracle
Net::FTP=GLOB(0x1d3ed84)<<< 331 Password required for oracle.
Net::FTP=GLOB(0x1d3ed84)>>> PASS ....
Net::FTP=GLOB(0x1d3ed84)<<< 230 User oracle logged in.
Net::FTP=GLOB(0x1d3ed84)>>> CWD /export/home/oracle/pri
Net::FTP=GLOB(0x1d3ed84)<<< 250 CWD command successful.
Net::FTP=GLOB(0x1d3ed84)>>> TYPE A
Net::FTP=GLOB(0x1d3ed84)<<< 200 Type set to A.
Net::FTP=GLOB(0x1d3ed84)>>> PORT 10,10,85,1,8,172
Net::FTP=GLOB(0x1d3ed84)<<< 200 PORT command successful.
Net::FTP=GLOB(0x1d3ed84)>>> RETR
Net::FTP=GLOB(0x1d3ed84)<<< 500 'RETR ': command not understood.
download of to select.log failed at
C:/Perl/site/lib/Net/FTP/Common.pm line 243.
I have looked at the module version and I am using 2.9 which is newer
that the one that you have suggested. Please help.
Regards,
Pri
--- In net-ftp-common@yahoogroups.com, Terrence Brannon
<metaperl@m...> wrote:
>
>
> Begin forwarded message:
>
> > From: Brian Volk <bvolk@b...>
> > Date: Fri Mar 22, 2002 11:33:29 PM US/Eastern
> > To: Terrence Brannon <metaperl@m...>
> > Cc: net-ftp-common@yahoogroups.com
> > Subject: Re: [Fwd: Net::FTP::Common - get(RemoteFile => ?)]
> >
> > Hi Mr. Brannon,
> >
> > I made the changes you suggested and I was still getting the same
> > error, (500 'RETR ': command not understood.). So I installed
> > the version of Net::FTP::Common that you included in your last
> > email, ....and; viola!! IT WORKS!
> >
> > Net::FTP=GLOB(0x82ea164)<<< 220 tonnant FTP server (CH/1.8)
> > ready.
> > Net::FTP=GLOB(0x82ea164)>>> user bvolk@b...
> > Net::FTP=GLOB(0x82ea164)<<< 331 Password required for bvolk@b...
> > Net::FTP=GLOB(0x82ea164)>>> PASS ....
> > Net::FTP=GLOB(0x82ea164)<<< 230 User bvolk logged in.
> > Net::FTP=GLOB(0x82ea164)>>> PWD
> > Net::FTP=GLOB(0x82ea164)<<< 257 "/" is current directory.
> > Net::FTP=GLOB(0x82ea164)>>> CWD /web
> > Net::FTP=GLOB(0x82ea164)<<< 250 CWD command successful.
> > Net::FTP=GLOB(0x82ea164)>>> TYPE A
> > Net::FTP=GLOB(0x82ea164)<<< 200 Type set to A.
> > Net::FTP=GLOB(0x82ea164)>>> PORT 64,1,2,19,7,88
> > Net::FTP=GLOB(0x82ea164)<<< 200 PORT command successful.
> > Net::FTP=GLOB(0x82ea164)>>> RETR get_test.txt
> > Net::FTP=GLOB(0x82ea164)<<< 150 Opening ASCII mode data
> > connection for get_test.txt (59 bytes).
> > Net::FTP=GLOB(0x82ea164)<<< 226 Transfer complete.
> >
> >
> > Not really sure why.... maybe I didn't have a complete install on
> > the old version???? Anyway, thank you very mych for your help!
> > I love it!!!
> >
> > Brian
> > bvolk@b...
> >
> >
> >
> > Terrence Brannon wrote:
> >
> >
> >
> >
> > Here is a version of Net::FTP::Common that will dump your status
> > information
> > when it reports that error..
> >
> > I would be interested in seeing the output from such a run if you
> > are willing
> > to install this updated version.
> >
> >
> > On Thursday, March 21, 2002, at 05:45 PM, Brian Volk wrote:
> >
> >
> > Hello Mr. Brannon,
> >
> > I'm trying to have perl get a file from my web hosting account.
> > I searched around and found your Net::FTP::Common. I get logged
> > into my ftp account and can perform the "ls" but I get an error
> > when I try to get a file. Here's the error:
> >
> > Net::FTP=GLOB(0x82fc210)<<< 230 User bvolk logged in.
> > Net::FTP=GLOB(0x82fc210)>>> CWD /web
> > Net::FTP=GLOB(0x82fc210)<<< 250 CWD command successful.
> > Net::FTP=GLOB(0x82fc210)>>> TYPE A
> > Net::FTP=GLOB(0x82fc210)<<< 200 Type set to A.
> > Net::FTP=GLOB(0x82fc210)>>> PORT 64,1,0,200,5,34
> > Net::FTP=GLOB(0x82fc210)<<< 200 PORT command successful.
> > Net::FTP=GLOB(0x82fc210)>>> RETR
> > Net::FTP=GLOB(0x82fc210)<<< 500 'RETR ': command not understood.
> > download of to get_test.txt failed at
> > /usr/lib/perl5/site_perl/5.6.0/Net/FTP/Common.pm line 243.
> >
> > Notice how it says download of (blank) to get_test.txt could
> > this be something?
> >
> > ------------- part of Common.pm (line 243) -----------------
> > sub get {
> >
> > my ($self,%cfg) = @_;
> >
> > my $ftp = $self->prep(%cfg);
> >
> > my $r;
> >
> > my $file = $self->GetCommon('LocalFile')
> > ? $self->GetCommon('LocalFile') : $self->GetCommon('File') ;
> > my $local_file = join '/', ($self->GetCommon('LocalDir'),
> > $file);
> >
> >
> > if ($r = $ftp->get($self->GetCommon('File'), $local_file)) {
> > return $r;
> > } else {
> > warn sprintf "download of %s to %s failed", <-----------
> > LINE 243
> > $self->GetCommon('File'), $self->GetCommon('LocalFile');
> > return undef;
> > }
> >
> > -----------------------------------------------
> >
> > Looks like everything is working great except for the last line.
> > Any advice you can pass my way would be a great help.
> >
> > Thanks!
> >
> > Brian Volk
> > bvolk@b...
> >
> > PS: I'm new to perl, so go easy... :-)
> >
> > ----------------- this is your example that I'm using,
> > thanks -------------------
> >
> > #!/usr/bin/perl
> >
> > use Net::FTP::Common;
> >
> > our %netftp_cfg =
> > (Debug => 1, Timeout => 120);
> >
> > our %common_cfg =
> > (
> >
> > User => 'username',
> > Pass => 'password',
> >
> >
> > # Other options
> >
> >
> > LocalDir => '/home/bvolk/perl', # setup something for
> > $ez->get
> > LocalFile => 'get_test.txt', # setup something for
> > $ez->get
> > Host => ' ftp.somewhere.com ', # ftp site
> > RemoteDir => '/web', # automatic CD
> > on remote machine to RemoteDir
> > RemoteFile => '/web/get_text.txt',
> > Type => 'A' # overwrite I (binary)
> > TYPE default
> > );
> >
> > $ez = Net::FTP::Common->new(\%common_cfg, %netftp_config);
> >
> > # can we login to the machine?
> >
> > $ez->login or die "cant login: $@";
> >
> > # Get a listing of a remote directory
> >
> > $ez->ls;
> >
> > # Get a file from the remote machine, specifying dir:
> >
> > $ez->get(RemoteFile => 'get_text.txt', LocalDir =>
> > '/home/bvolk', LocalFile => 'get_test.txt');
> >
> >
> >
> > just another business objects layer hacker
> >
> >
> >
> <hacker lang="Perl" type="just another"
url="http://www.metaperl.com">
> Terrence Brannon
> </hacker>
I'm sorry. I don't believe I can help you. Good luck
On Thursday, November 7, 2002, at 01:10 AM, kanerulz69 wrote:
> i mean ftpz that i can fxp stuff to or ftps that i can get stuff from
> my self?
>
> --- In net-ftp-common@y..., Terrence Brannon <metaperl@u...> wrote:
>>
>> On Tuesday, November 5, 2002, at 08:18 PM, kanerulz69 wrote:
>>
>>> Hey where can i find the ftps at?
>>>
>>
>> What do you mean by "ftps" ? Secure FTP?
>
>
>
> To unsubscribe from this group, send an email to:
> net-ftp-common-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
>
i mean ftpz that i can fxp stuff to or ftps that i can get stuff from
my self?
--- In net-ftp-common@y..., Terrence Brannon <metaperl@u...> wrote:
>
> On Tuesday, November 5, 2002, at 08:18 PM, kanerulz69 wrote:
>
> > Hey where can i find the ftps at?
> >
>
> What do you mean by "ftps" ? Secure FTP?