Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   FTP Question (http://www.velocityreviews.com/forums/t645695-ftp-question.html)

Robert G 11-23-2008 03:14 AM

FTP Question
 
I am trying to access ftp by typing the sntax in my internet explorer
window. I get in ok but I am unable to copy and paste my code. Any
ideas what I may be doing wrong?

richard 11-23-2008 03:51 AM

Re: FTP Question
 
On Sat, 22 Nov 2008 19:14:00 -0800 (PST), Robert G <glascor@gmail.com>
wrote:

>I am trying to access ftp by typing the sntax in my internet explorer
>window. I get in ok but I am unable to copy and paste my code. Any
>ideas what I may be doing wrong?



Try understanding what FTP is.
Does "File transfer" mean anything?
Create the code in a text editor, save the file, then upload the file.


Raymond SCHMIT 11-23-2008 09:40 AM

Re: FTP Question
 
On Sat, 22 Nov 2008 19:14:00 -0800 (PST), Robert G <glascor@gmail.com>
wrote:

>I am trying to access ftp by typing the sntax in my internet explorer
>window. I get in ok but I am unable to copy and paste my code. Any
>ideas what I may be doing wrong?



FileZilla free program can help you efficiently

Sherm Pendley 11-23-2008 11:48 AM

Re: FTP Question
 
Robert G <glascor@gmail.com> writes:

> I am trying to access ftp by typing the sntax in my internet explorer
> window. I get in ok but I am unable to copy and paste my code. Any
> ideas what I may be doing wrong?


IE isn't a full-fledged FTP client - it accepts ftp:// URLs, but it can
only download from an FTP server, it can't upload.

sherm--

--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net

Harlan Messinger 11-23-2008 02:14 PM

Re: FTP Question
 
Sherm Pendley wrote:
> Robert G <glascor@gmail.com> writes:
>
>> I am trying to access ftp by typing the sntax in my internet explorer
>> window. I get in ok but I am unable to copy and paste my code. Any
>> ideas what I may be doing wrong?

>
> IE isn't a full-fledged FTP client - it accepts ftp:// URLs, but it can
> only download from an FTP server, it can't upload.


Yes it can.

Harlan Messinger 11-23-2008 02:21 PM

Re: FTP Question
 
Robert G wrote:
> I am trying to access ftp by typing the sntax in my internet explorer
> window. I get in ok but I am unable to copy and paste my code. Any
> ideas what I may be doing wrong?


Do you mean, you are unable to copy and paste your *files*? Because
that's what FTP is--it's for tranferring files. It isn't a file editor,
where you request a file and then start typing its contents.

Your problem might be that you're using IE7, which for some reason makes
you go through miserable hoops--using Windows Explorer--to open a
directory for FTP uploads or bulk downloads. When you first log in, you
get a directory tree, with the message at the top, "To view this FTP
site in Windows Explorer, click Page, and then click Open FTP Site in
Windows Explorer." Do that. And you have to have already FTPed into the
site and then FTP in all over again following the instructions, because
until you've FTPed in the first time, that option doesn't appear on the
IE Page menu. I can't imagine why they thought this made more sense when
IE6 gave you FTP directly.

SAZ 11-24-2008 03:02 PM

Re: FTP Question
 
In article <m1prkmfysu.fsf@dot-app.org>, spamtrap@dot-app.org says...
> Robert G <glascor@gmail.com> writes:
>
> > I am trying to access ftp by typing the sntax in my internet explorer
> > window. I get in ok but I am unable to copy and paste my code. Any
> > ideas what I may be doing wrong?

>
> IE isn't a full-fledged FTP client - it accepts ftp:// URLs, but it can
> only download from an FTP server, it can't upload.
>
> sherm--
>
>

Wrong - it will upload. The problem with IE is that it gives you only
the stripped downs basics for FTP.

rf 11-25-2008 01:15 PM

Re: FTP Question
 

"Brian Cryer" <not.here@localhost> wrote in message
news:pYednTHad_QiRrbUnZ2dnUVZ8oSdnZ2d@pipex.net...
> "Sherm Pendley" <spamtrap@dot-app.org> wrote in message
> news:m1prkmfysu.fsf@dot-app.org...
>> Robert G <glascor@gmail.com> writes:
>>
>>> I am trying to access ftp by typing the sntax in my internet explorer
>>> window. I get in ok but I am unable to copy and paste my code. Any
>>> ideas what I may be doing wrong?

>>
>> IE isn't a full-fledged FTP client - it accepts ftp:// URLs, but it can
>> only download from an FTP server, it can't upload.

>
> Shem is spot on. The FTP client in IE will only allow download. The upload
> isn't implemented (http upload is, but that's a different protocol).
>
> If you have Windows vista


Why would anyone want to use Vista?

> then try running up Windows Explorer (right click start and select
> Explore) and use that, putting the ftp address in the address bar, that
> should allow you to upload or download. XP might provide the same
> capability, never tried.


Yes it does.



Harlan Messinger 11-25-2008 01:52 PM

Re: FTP Question
 
Brian Cryer wrote:
> "Sherm Pendley" <spamtrap@dot-app.org> wrote in message
> news:m1prkmfysu.fsf@dot-app.org...
>> Robert G <glascor@gmail.com> writes:
>>
>>> I am trying to access ftp by typing the sntax in my internet explorer
>>> window. I get in ok but I am unable to copy and paste my code. Any
>>> ideas what I may be doing wrong?

>>
>> IE isn't a full-fledged FTP client - it accepts ftp:// URLs, but it can
>> only download from an FTP server, it can't upload.

>
> Shem is spot on. The FTP client in IE will only allow download. The
> upload isn't implemented (http upload is, but that's a different protocol).


Yes, it is, and I and clients of mine have used it plenty of times over
the years.

Harlan Messinger 11-25-2008 05:47 PM

Re: FTP Question
 
Brian Cryer wrote:
> "Harlan Messinger" <hmessinger.removethis@comcast.net> wrote in message
> news:6p2e92F6184rU2@mid.individual.net...
>> Brian Cryer wrote:
>>> "Sherm Pendley" <spamtrap@dot-app.org> wrote in message
>>> news:m1prkmfysu.fsf@dot-app.org...
>>>> Robert G <glascor@gmail.com> writes:
>>>>
>>>>> I am trying to access ftp by typing the sntax in my internet explorer
>>>>> window. I get in ok but I am unable to copy and paste my code. Any
>>>>> ideas what I may be doing wrong?
>>>>
>>>> IE isn't a full-fledged FTP client - it accepts ftp:// URLs, but it can
>>>> only download from an FTP server, it can't upload.
>>>
>>> Shem is spot on. The FTP client in IE will only allow download. The
>>> upload isn't implemented (http upload is, but that's a different
>>> protocol).

>>
>> Yes, it is, and I and clients of mine have used it plenty of times
>> over the years.

>
> Obviously I've been short changed then because the FTP client in
> explorer on my PC (Vista) doesn't. It will if you use it to invoke the
> explorer client from IE, which may be what you've been doing.


Yes, see what I wrote in my earlier message in this thread about IE7.


All times are GMT. The time now is 11:49 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57