Forum Discussion
Feb 07, 2019
FTP Proxy , user based forwarding with iRule
Im looking into using a VS as an FTP Proxy towards my backend webserver. Currently i already works for one webserver behind the VS.
Im now trying to write an iRule to forward traffic to the right s...
Andy_McGrath
Feb 18, 2019Cumulonimbus
Try this:
TCP::payload replace 0 [TCP::payload length] ""
TCP::payload replace 0 0 "USER $user\r\n"
The
\r\n
I think is needed as the end of the FTP command.Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects