Hikmah
unread,Jun 28, 2011, 11:04:25 AM6/28/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Python FTP server library - Discussion group
Hi,
I want to send a parameter from client to server. This parameter
represents what kind of compression technique will be used. The
desired GET command will be looked like this
GET file.txt gzip
I want to parse this parameter value, i.e. gzip, in server side. Which
method in server should I modify? The method I look for should handle
received command from client.
Thank you in advance.
Best regards,
Hikmah