Python Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPython Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 18th, 2004, 07:25 AM
flixxer flixxer is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 44 flixxer User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Several questions

What is argv[] for, I saw it alot on Python's program

FTP Question(s):
Let say if i want to retrieve an HTML file from server, I need to use retrlines commant then write to file, right??

--

How to upload a file to FTP server??

--

How to retrive or send binary file to a server??

Thank You.

Reply With Quote
  #2  
Old April 18th, 2004, 11:35 AM
sfb sfb is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 447 sfb User rank is Corporal (100 - 500 Reputation Level)sfb User rank is Corporal (100 - 500 Reputation Level)sfb User rank is Corporal (100 - 500 Reputation Level)sfb User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 1 h 43 m 45 sec
Reputation Power: 9
Quote:
Originally Posted by flixxer
What is argv[] for, I saw it alot on Python's program


Code:
import sys
print sys.argv


It is a list which contains the command line parameters passed to the program. If you start your script with
c:\> python myprog.py -v something blah

Then sys.argv will be;

['myprog.py', '-v', 'something', 'blah']

As to the FTP questions, I haven't used it myself, but for the binary files look at ftp.storbinary and ftp.retrbinary in the ftplib module - http://docs.python.org/lib/module-ftplib.html

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPython Programming > Several questions


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway