mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
The filename must be properly encoded by the client and decoded when reading the actual file on disk by the server. Fixes T302-037.
19 lines
391 B
Plaintext
19 lines
391 B
Plaintext
Start main, wait for server to start...
|
|
Server started
|
|
|
|
Client Filename = test.out
|
|
Server Filename = upload_dir/.test.out
|
|
=> call ok
|
|
|
|
Client Filename = upload5.adb
|
|
Server Filename = upload_dir/.upload5.adb
|
|
=> call ok
|
|
|
|
Client Filename = file%29.txt
|
|
Server Filename = upload_dir/.file%29.txt
|
|
=> call ok
|
|
|
|
Client Filename = fi%87le%12.txt
|
|
Server Filename = upload_dir/.fi%87le%12.txt
|
|
=> call ok
|