IBM FTP Adapter manual FTP Commands, List of Commands, Tokens, Replaced with

Models: FTP Adapter

1 40
Download 40 pages 12.42 Kb
Page 18
Image 18
Tokens

Chapter 3 - FTP Commands

List of Commands

user An optional user name. Some schemes such as FTP allow the specification of a user name.

password An optional password. If present, it follows the user name, separated

by a colon. The user name and password are followed by an at-sign (@). Within the user and password field, any :, @, or / characters

must be encoded.

The URL does not need to be completely URL-encoded. You only need to use escape characters for tokens specifically used in an FTP URL as shown in the following table. Any FTP URL that contains spaces must be enclosed in quotes; for example:

-FIREWALLFTP://Home Machine/FTP Files

Tokens

Replaced with

% (percent)

%25

 

 

@ (at)

%40

/ (forward slash)

%2F

 

 

: (colon)

%3A

; (semicolon)

%3B

 

 

& (ampersand)

Escape not needed, use as is

# (pound)

Escape not needed, use as is

 

 

8-bit or control characters

Escape not needed, use as is

 

 

F T P A d a p t e r R e f e r e n c e G u i d e

1 8

Page 18
Image 18
IBM FTP Adapter FTP Commands, List of Commands, Tokens, Replaced with, F T P A d a p t e r R e f e r e n c e G u i d e