Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #49953 > unrolled thread

Re: question please

Started byDave Angel <davea@davea.name>
First post2013-07-05 04:52 -0400
Last post2013-07-05 04:52 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: question please Dave Angel <davea@davea.name> - 2013-07-05 04:52 -0400

#49953 — Re: question please

FromDave Angel <davea@davea.name>
Date2013-07-05 04:52 -0400
SubjectRe: question please
Message-ID<mailman.4284.1373014347.3114.python-list@python.org>
On 07/05/2013 03:48 AM, bill papanastasiou wrote:
> hello , good morning
>
> how i can pùt one python file in website ?
>

Whose website?  If it's your own, log into the server, and use cp. Or if 
you're remote with ssh access, use scp.  And if you really have a bunch 
of files to remotely transfer, use rsync from your local staging area. 
It's smart enough to only transfer the files that are missing or changed.

The type of the file doesn't matter, unless you also have to convert 
line-endings from Windoze to Unix.  And if so, you should do it as a 
separate step, when you update your staging area.  So the copying of the 
file onto the website can be done as a simple binary transfer.

If none of this works, or doesn't make sense, then tell us a little more 
about this site, how it's being hosted, and what access you do have.  In 
some cases the answer is to hand a USB stick to the administrator down 
the hall.

-- 
DaveA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web